﻿
ul.Precincts {
  float:right;
  margin: 0 0 2em 0;
}

ul.Precincts li {
  display: block;
  float:left;
  width: 10ex;
  margin: .25ex;
  text-align: center;
}

.ResultsIn {
  background-color: #CBEFEB;
  padding: .25ex
}

.ResultsOut {
  background-color:#FFFF66;
  padding: .25ex
}

ul.Contests {
  margin-left: 20px;
  list-style-type: none;
}
ul.Totals li {
  font-size: 1.1em;
}
.PrecinctResults h3 {
  border-bottom: solid 1px black;
}

.PrecinctResults {
  float:left;
  width:22ex;
  margin: 1em;
  border: solid 1px black;
  padding: .5ex;
  font-weight: bold;
}
