@import url('/css/template/');


p {
  text-align: center;
}

p.note {
  font-size: smaller;
  font-style: italic;
}

dl, p {
  margin: 10px;
}

dt {
  float: left;
  clear: left;
}

dd {
  text-align: right;
}

#staff, #adminRatio {
  float: left;
  clear: left;
  width: 45%;
}

#salaries, #ratios, #busFleet {
  float: right;
  width: 45%;
}

#ratios dt {
  font-weight: bold;
}

#ratios dd {
  white-space: nowrap;
}

#accountabilityRatings {
  clear: both;
}

p.aggregate {
  clear: left;
}

.aggregate {
  padding: 1em 0 0;
  font-weight: bold;
}

#accountabilityRatings p {
  font-weight: bold;
}

#top5 .nisd {
  color: #f00;
}

th {
  padding-top: 1em;
  text-align: left;
}

