@font-face {
  font-family: Agincourt;
  src: url(agincourt_font.ttf); }
.logo {
  font-family: Agincourt;
  font-weight: normal;
  font-size: 2.25rem; }

#sm a {
  padding: 10px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 20px; }
#sm a.fa-facebook {
  background: #3b5998; }
#sm a.fa-twitter {
  background: #55acee; }
#sm a.fa-youtube {
  background: #dd0000; }

#copyright {
  background-color: rgba(0, 0, 0, 0.05); }

.progress-bar-party {
  border: 1px solid gray;
  width: 100px;
  height: 1.15em;
  padding: 0; }

.change-arrow, .increase:after, .decrease:after, .steady:after {
  font-size: 16px;
  font-family: sans-serif; }

.increase:after {
  color: #32cd32;
  content: "\25B2"; }

.decrease:after {
  color: red;
  content: "\25BC"; }

.steady:after {
  color: skyblue;
  content: "\25AC"; }

.results-table, #single-results td,
#single-results th,
#single-results tr,
#state-results td,
#state-results th,
#state-results tr,
.detailed-results td,
.detailed-results th,
.detailed-results tr {
  border: 1px solid #00022d;
  padding: 4px;
  border-collapse: collapse; }

.detailed-results-cell {
  display: inline-block; }

.arrow, #leftArrow, #rightArrow {
  display: inline-block;
  width: fit-content; }

.arrow:hover, #leftArrow:hover, #rightArrow:hover {
  opacity: 0.5;
  cursor: pointer; }

#leftArrow {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid gray;
  float: left; }

#rightArrow {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid gray;
  float: right; }

#map {
  display: inline-block;
  width: 85%;
  height: 520px; }

.dot-toggle {
  display: inline-block; }
  .dot-toggle a {
    color: #fff; }

.single-results-div {
  display: inline-block;
  vertical-align: middle;
  min-width: fit-content; }

/*# sourceMappingURL=map.css.map */
