.add-report {
  height: auto;
}

.company-subtitle {
  height: 100px;
  display:flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid black;
}

.company-add-btn {
  background-color: black;
  color: white;
}

.company-content {
  height: 1000px;
  border: 1px solid black;
  overflow-y: scroll;
	padding-left: 15px;
}

.report {
  height: 380px;
  width: 280px;
  margin: 15px;
  border: 1px solid black;
  font-size: 18px;
  position: relative;
}

.company-rectangle-header {
  position: absolute;
  top: 8px;
  right: 10px;
}

.company-rectangle-footer {
  position: absolute;
  bottom: 15px;
  left: 60px;
}

.itemlabel {
  font-size: 20px;
  font-weight: lighter;
}

.template-add-btn {
  background-color: black;
  color: white;
}

.template-content {
  height: 1100px;
  border: 1px solid black;
}

.template-listitem {
  margin-top:5px;
  color: white;
  background-color: #7f7f7f;
}

.score-card-button-list {
  height:auto;
  width:auto;
}

.score-detail {
  height: 700px;
  border: 1px solid black;
}
.category {
  height: 400px;
  border: 1px solid black;
}
