.rowDark {
  background-color: #ebf0f9;
}
.row {
  margin-bottom: 0px !important;
}
#clickForMore:hover {
  cursor: pointer;
}
#selectRow {
  padding: 1rem 0rem 2rem 0rem;
}
#sources {
  font-style: italic;
  font-size: .8rem;
}
#findYourDistrict {
  padding-bottom: 1rem;
  padding-left: 0rem;
}
#dropdown1title {
  width: 14rem;
}
#dropdown2title {
  width: 12rem;
}
.countyLabel {
  display: inline-block;
  margin: 0px;
}
.countyLabel::first-letter {

}
#interactiveRow {

}
#interactiveEyebrow {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8rem;
  padding: 0px;
  margin: 0px;
}
.btn {
  margin-right: 1rem;
  margin-top: 1rem;
  background-color: #183c75 !important;
}
.btn:hover {
  background-color: #184286 !important;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #183c75 !important;
  }
#supplyTitle {
  font-size: 1.5rem;
  padding: 0rem 0rem 2rem 0rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
}
.tableRowTitle {
  padding: 1rem !important;
}
.tableRowData {
  padding: 1rem !important;
  text-align: right;
}
html {
  font-family: 'Open Sans', sans-serif;
}
#downloadData {
  margin-right: 1rem;
  background-color: transparent !important;
  border: 2px solid #183c75 !important;
  color: #183c75 !important;
  line-height: 2.3rem;
  margin-top: 0rem;
}
.tableRowData {
}
#lastRow {
  padding-bottom: 1rem;
}
#clickForMoreContainer {
  padding-bottom: 1rem;
}

@media screen and (max-width: 377px) {
  .tableRowData {
  }
}
