#election-results .alert {
  border: 1px solid #ff322e;
  color: #FF312D;
  display: inline-block;
  font-size: 13px;
  outline: none;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
}

.results-table table thead tr th, .results-table table tbody tr td{
  font-size: 13px;
  color: #000;
}

.results-table table tbody tr td{
  padding-left: 0px;
}

.results-table table thead tr td{
  padding-left: 0px;
  color: #000;
  font-weight: normal;
  font-size: 13px;
  
}

.reporting-unit-results h3{
  margin-bottom: 0px;
}

.reporting-unit-results .results-table .results-header {
  margin-top: 30px;
}


.results-table table thead{
  background: #ffffff;
  border-top: 2px solid #818181;
}

.page-results .main,
.page-election-results .main { margin-top: 15px; }

.page-results #social-btn-cotent,
.page-election-results #social-btn-cotent { margin-top: 12px; }

#election-results .results-header {
  display: block;
  font-size: .9rem;
}
#election-results .results-table-header {
  margin-bottom: .2rem;
  overflow: hidden;
  width: 100%;
}
#election-results h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
#election-results h3 {
  color: #424242;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 22px;
}

#election-results h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 auto;
}
#election-results .timestamp {
  color: #424242;
  font-size: 13px;
}
#election-results .reporting {
  font-size: 13px;
  color: #000000;
}
#election-results .results-table {
  margin-bottom: 25px;
}
#election-results .results-table table {
  margin-top: 5px;
  border-bottom: 1px solid #818181;
  border-left: 0;
  border-right: 0;
  border-collapse: collapse;
  border-spacing: 2px;
  margin-bottom: .6rem;
  width: 100%;
}
#election-results .results-table .fa-check {
  background: #78a600;
  color: #fff;
  border-radius: 10px;
  font-weight: normal;
}
#election-results .results-table .legend {
  display: inline-block;
  float: right;
}
@media only screen and (min-width: 33.063em) {
  #election-results .results-table .legend {
    float: right;
  }
}
#election-results .results-table .legend .inline-list {
  font-size: 13px;
  color: #424242;
  margin: 0 auto;
}

#election-results .results-table table tr td span.check-winner:before {
  font-family: FontAwesome;
  color: #78a600;
  content: "\f058";
  margin-right: 3px;
  border-radius: 10px;
  background: #ffffff;
}

#election-results .results-table .legend .inline-list li:first-child {
  margin-left: 0;
}
#election-results .results-table .legend .inline-list .incumbent span, 
#election-results .results-table table tr td.candidate  span.incumbent{
  font-weight: 700;
  margin-right: 3px;
  color: #b82dc1;
  display: inline-block;
}
#election-results .results-table .legend .inline-list .incumbent span:before, 
#election-results .results-table table tr td.candidate  span.incumbent:before{
  content: "(";
  color: #424242;
  padding-right: 1px;
}
#election-results .results-table .legend .inline-list .incumbent span:after, 
#election-results .results-table table tr td.candidate  span.incumbent:after{
  content: ")";
  color: #424242;
  padding-left: 1px;
}

#election-results .results-table .legend .inline-list .runoff:before {
  content: "R";
  font-weight: 700;
  margin-right: 3px;
}
#election-results .results-table .legend .inline-list .winner:before {
  font-family: FontAwesome;
  color: #78a600;
  content: "\f058";
  margin-right: 3px;
  border-radius: 10px;
  background: #ffffff;
}
#election-results .results-table .table-footnote {
  display: inline-block;
  float: right;
  font-size: .775rem;
  font-weight: 600;
}
#election-results .results-title {
  margin-top: 20px;
  margin-bottom: 1rem;
}

#election-results .results-title h1 {
  font-size: 18px;
  line-height: 2.25rem;
  border-bottom: 1px solid #818181;
  margin-bottom: 17px;
  margin-top: 0;
  font-weight: bold;
}
.show-large {display: none;}
@media only screen and (min-width: 640px) {
  #election-results .results-title h1 {
    font-size: 27px;
    line-height: 2.25rem;
    border-bottom: 2px solid #818181;
    margin-bottom: 1rem;
  }
  #election-results h3 { 
    margin-bottom: 30px;
  }
  .show-large {display: inline-block;}
  .show-small {display: none;}
  #header-container-dfp-medium { float: left; }
  #election-results .reporting-unit-results  h3 { 
    margin-bottom: 10px;
  }
}

#election-results .results-filters .columns:last-child select {
  margin-bottom: 0;
}
#election-results .progress-bar {
  display: block;
  width: 200px;
  background: #ececec;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .page-results #social-btn-cotent, 
  .page-election-results #social-btn-cotent {
    margin-top: 20px;
  }
  #election-results .results-header {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-results .main, .page-election-results .main{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 45.063em) {
  #election-results .progress-bar {
    display: none;
  }
  
  #election-results h2{
    font-size: 15px;
  }
  .reporting-unit-results{
    padding-top: 10px;
  }
  #election-results .reporting-unit-results h3{
    margin-bottom: 20px;
  }
  #election-results h4 {
    color: #777777;
    font-weight: 600;
    width: 100%;
    text-transform: none;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 2px solid #777777;
  }
}
@media only screen and (min-width: 90.063em) {
  #election-results .progress-bar {
    width: 400px;
  }
}
#election-results .progress-bar-percentage {
  padding: 6px 0px;
  text-align: center;
  height: 2px;
}
#election-results .progress-bar-percentage span {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
}
#election-results .progress-bar-percentage {
  background: #222222;
}
#election-results .progress-bar-dem {
  background: #5186b4;
}
#election-results .progress-bar-rep, #election-results .progress-bar-yes {
  background: #c43d49;
}
#election-results .progress-bar-lib, #election-results .progress-bar-np {
  background: #777777;
}

#election-results .progress-bar-oth, #election-results .progress-bar-no {
    background: #777777;
}
#election-results .token-party {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: .775rem;
  font-weight: 700;
  text-align: center;
}
#election-results .token-party-dem {
  color: #5186b4;
}
#election-results .token-party-rep {
  color: #c43d49;
}
#election-results .token-party-lib, #election-results .token-party-np {
  color: #777777;
}
@media only screen and (max-width: 40.063em) {
  #election-results .vote-progress, #election-results .vote-progress-header {
    display: none;
  }
}
.results-table thead tr td:nth-child(3), 
.results-table thead tr td:nth-child(4),
.results-table tbody tr td:nth-child(3), 
.results-table tbody tr td:nth-child(4){
  text-align: right;
}

.uncontested-race-text{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #000080;
}