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

.template-content {
  height: 1000px;
  border: 1px solid black;
  overflow-y: scroll;
}

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

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

.scorecard-list {
  height: 70%;
  width: 90%;
  position: absolute;
  bottom:5px;
  overflow-y: scroll;
}

.template-list {
  height: 70%;
  width: 90%;
  position: absolute;
  bottom:5px;
  overflow-y: scroll;
}
