body {
 overflow: hidden;
}
.container {
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px 1fr 150px;
}
.logo {
  height:50px;
  top:0px;
  float:left;
}
.header {
  border-bottom: 1px solid lightgrey;
  height:50px;
  padding:2px;
  /*color: #006643;*/
  background: #356bb2; /* Old browsers */
  background: -moz-linear-gradient(top,  #1c3e64 0%, #356bb2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c3e64), color-stop(100%,#356bb2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1c3e64 0%,#356bb2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1c3e64 0%,#356bb2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1c3e64 0%,#356bb2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1c3e64 0%,#356bb2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c3e64', endColorstr='#356bb2',GradientType=0 );
  color:white;
  background-color: lightgrey;
}
.sidebar {
  overflow-y: scroll;
  padding: 20px;
  display:block;
}
.footer {
  border-top: 1px solid lightgrey;
  height:140px;
  position: fixed;
  bottom:0;
  z-index:1500;
  background: #356bb2; 
  background: -moz-linear-gradient(top,  #1c3e64 0%, #356bb2 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c3e64), color-stop(100%,#356bb2)); 
  background: -webkit-linear-gradient(top,  #1c3e64 0%,#356bb2 100%); 
  background: -o-linear-gradient(top,  #1c3e64 0%,#356bb2 100%); 
  background: -ms-linear-gradient(top,  #1c3e64 0%,#356bb2 100%); 
  background: linear-gradient(to bottom,  #1c3e64 0%,#356bb2 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3e64', endColorstr='#356bb2',GradientType=0 )
}
.body {
  display: grid;
  grid-template-columns: 1fr 3fr;
  overflow: hidden;
}
.content {
  padding: 10px;
}
p {
  max-width: 600px;
}
.ballotLabelDark {
  color:#1c3e64 ;
  font-size: 20px;
  float: left;
  font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
  margin-left: 5px;
  margin-top: 5px;
}
.importantText{
  color: red;
  font-size: 14px;
  font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
}
.ballotIssue {
  margin: 25px 5px 3px 10px;
}
.title {
  font-family: Verdana !important;
  font-size: 20px;
  float: left;
  clear: none;
  vertical-align: middle;
  margin: 12px 40px 10px 10px;
  -webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
#optionBox {
  margin: 25px 40px 3px 10px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: 14px;
  margin: 15px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:90%;
}
#map {
  height: 100%;
  width: 100%;
}
.ticker {
  /*display: inline-block;*/
  height: 140px;
  white-space: nowrap;
  padding-right: 200px;
  padding-left: 450px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 300s;
  animation-duration: 300s;
}
.ticker:hover{

  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ticker__item {
  display: inline-block;
  overflow-y:hidden;
  color: white; 
  height:95%;
  background-color: #1c3e64;
  padding: 0.5em 1em 1em 1em;
  font-family: Calibri;
  font-size: .8em;
  margin-right: 10px;
  margin-top: 2px;
}
.ticker__item:hover{
    -ms-transform: translate(0px, -245px); /* IE 9 */
    -webkit-transform: translate(0px, -245px); /* Safari */
    transform: translate(0px, -245px);
    height: 460px;
    z-index: 1500;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  color: #606060;
}
table td {
  vertical-align: middle;
  padding: 0.4em;
}
table thead tr td {
  background-color: White;
  vertical-align: middle;
  padding: 0.4em;
  font-size: 0.8em;
}
table thead tr th,
table tbody tr.separator {
    padding: 0.5em;
    background-color: #909090;
    background: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#ababab));
    background: -moz-linear-gradient(top, #909090, #ababab);
    color: #efefef;
}
table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}
table tbody tr:nth-child(even) {
    background-color: #efefef;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
table.small{
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  color: #606060;
}
table.small td{
  vertical-align: middle;
  padding: 0.3em;
}
table.small thead tr td {
  background-color: White;
  vertical-align: middle;
  padding: 0.3em;
}
table.small thead tr th,
table.small tbody tr.separator {
    padding: 0.3em;
    background-color: #909090;
    background: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#ababab));
    background: -moz-linear-gradient(top, #909090, #ababab);
    color: #efefef;
}
table.small tbody tr:nth-child(odd) {
    background-color: #fafafa;
}
table.small tbody tr:nth-child(even) {
    background-color: #efefef;
}
#issueBox, #electionBox{
   margin: 25px 40px 3px 10px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: 14px;
  margin: 15px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:90%;
}
#precinctResultsSection {
  display: none;
  font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
  width:100%;
  margin-bottom: 147px;
  margin-top: 45pt;
  font-family: Calibri;
  padding: 0.5em 1em 1em 1em;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.3);
} 
.overallResultsSection {
  /*height: 100%!important*/
  width:85%!important;
  margin-top: 40px;
} 
.overallResults {
  font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
  width:100%;
  margin-top: 45pt;
  margin-right: 30px;
  font-family: Calibri;
  padding: 0.5em 1em 1em 1em;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.3);
}
.color0{
  background-color: #3bdb71;
  width: 20px;
  height: 20px;
}
.color1{
  background-color: #ffaa00;
  width: 20px;
  height: 20px;
}
.PARTY_0{
  background-color: #3bdb71;
  width: 20px;
  height: 20px;
}
.PARTY_{
  background-color: #3bdb71;
  width: 20px;
  height: 20px;
}
.color2{
  background-color: #e356b9;
  width: 20px;
  height: 20px;
}
.color3{
  background-color: #f5e65a;
  width: 20px;
  height: 20px;
}
.color4{
  background-color: #8400a8;
  width: 20px;
  height: 20px;
}
.color5{
  background-color: #81deae;
  width: 20px;
  height: 20px;
}
.color6{
  background-color: #fb6a4a;
  width: 20px;
  height: 20px;
}
.color7{
  background-color: #74a9cf;
  width: 20px;
  height: 20px;
}
.color8{
  background-color: #a50f15;
  width: 20px;
  height: 20px;
}
.color9{
  background-color: #b2b2b2;
  width: 20px;
  height: 20px;
}
.D1{
  background-color: #045a8d;
  width: 20px;
  height: 20px;
}
.color12{
  background-color: #b2b2b2;
  width: 20px;
  height: 20px;
}
.color13{
  background-color: #eeeeee;
  width: 20px;
  height: 20px;
}
.R0{
  background-color: #67000d;
  width: 20px;
  height: 20px;
}

.R1{
  background-color: #a50f15;
  width: 20px;
  height: 20px;
}
.R2{
  background-color: #cb181d;
  width: 20px;
  height: 20px;
}
.R3{
  background-color: #ef3b2c;
  width: 20px;
  height: 20px;
}
.R4{
  background-color: #fb6a4a;
  width: 20px;
  height: 20px;
}
.R5{
  background-color: #fc9272;
  width: 20px;
  height: 20px;
}
.R6{
  background-color: #fcbba1;
  width: 20px;
  height: 20px;
}
.R7{
  background-color: #fee0d2;
  width: 20px;
  height: 20px;
}
.R8{
  background-color: #fec44f;
  width: 20px;
  height: 20px;
}
.R9{
  background-color: #fee391;
  width: 20px;
  height: 20px;
}
.R10{
  background-color: #fff7bc;
  width: 20px;
  height: 20px;
}
.R11{
  background-color: #B2B2B2;
  width: 20px;
  height: 20px;
}
.R12{
  background-color: #EEEEEE;
  width: 20px;
  height: 20px;
}
.R13{
  background-color: #EEEEEE;
  width: 20px;
  height: 20px;
}
.D0{
  background-color: #023858;
  width: 20px;
  height: 20px;
}

.D1{
  background-color: #045a8d;
  width: 20px;
  height: 20px;
}
.D2{
  background-color: #0570b0;
  width: 20px;
  height: 20px;
}
.D3{
  background-color: #3690c0;
  width: 20px;
  height: 20px;
}
.D4{
  background-color: #74a9cf;
  width: 20px;
  height: 20px;
}
.D5{
  background-color: #a6bddb;
  width: 20px;
  height: 20px;
}
.D6{
  background-color: #d0d1e6;
  width: 20px;
  height: 20px;
}
.D7{
  background-color: #ece7f2;
  width: 20px;
  height: 20px;
}
.D8{
  background-color: #fec44f;
  width: 20px;
  height: 20px;
}
.D9{
  background-color: #B2B2B2;
  width: 20px;
  height: 20px;
}
.D10{
  background-color: #EEEEEE;
  width: 20px;
  height: 20px;
}
.D11{
  background-color: #EEEEEE;
  width: 20px;
  height: 20px;
}


