/* lightblue	#66b3e6	rgb(102,179,230)
blue	#0078c8	rgb(0,120,200)
grey	#78777a	rgb(120,119,122)
dark	#1d1d1d	rgb(29,29,29)
darker	#0a1633	rgb(10,22,51)
lightgrey #f2f2f2 */

:root {
  font-size: 1em;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
html, body {
  background: white;
}
html, body, h1, p {
  margin: 0;
  padding: 0;
}
#container {
  max-width: 610px;
}
#header {
  border-top: 2px solid #0078c8;
}
#title, td, #footer, #selectorDiv {
  color: #0a1633;
}
#title, select, select option, #legendTitle, .legendLabel, th, #description, .schoolRow td:last-child {
  font-weight: bold;
}
#title {
  font-size: 1.75rem;
  padding: 10px 0 0 0;
}
#description {
  font-size: 1.1rem;
  color: #78777a;
  padding-bottom: 10px;
}
th, select, select option, .schoolRow td:last-child {
  color: white;
}
#tableContainer {
  text-align: center;
  overflow-y: scroll;
}
th:first-child, .schoolRow td:first-child {
  text-align: left;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
#tableHead {
  position: absolute;
}
#tableResults {
  overflow-y: scroll;
}
table, select {
  width: 100%;
}
.schoolRow {
  opacity: 0;
}
.schoolRow:nth-child(odd) {
  background: white;
}
.schoolRow:nth-child(even), #footer {
  background: #f2f2f2;
}
.schoolRow td:last-child {
  background: #0078c8;
}
.schoolRow:hover td {
  color: white;
  background: coral;
}
thead, select {
  background: #0A1633;
}
#selectorDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer {
  padding: 15px;
  border-bottom: 2px solid #0078c8;
  font-size: .85rem;
}
a {
  text-decoration: none;
  color: #0078c8;
}
a:hover {
}
th, td {
  font-size: .9rem;
}
#selectorDiv {
  padding-bottom: 15px;
}
th, td, select {
  padding: 5px;
}
select {
  border-radius: 10px;
  outline: none;
  border: none;
  font-size: 1rem;
}
.minor {
  font-weight: normal;
  font-size: .8rem;
}
#average td {
  background: #66b3e6;
  color: white;
}
