/* Enter Your Custom CSS Here */
/*div.gv-widget-letter-links {
  display: none;
}*/

.blueDem {
	text-align: center;
	background: #002d65;
}

.redRepub {
	text-align: center;
	background: #b60000;
}

.goldInd {
  text-align: center;
  background: #f2b72e;
}

.winner {
  text-align: center;
  background: green !important;
}

th.blueDem>a, th.redRepub>a, th.goldInd>a{
	color: #fff;
}


#tblCandidateComparison td {
	text-align: center;
}

#tblCandidateComparison td.text-left {
	text-align: left!important;
}

.gv-list-view-content-image {
  float: none !important;
}

#results_2018 {
  display: none;
}

.gv-field-label, .CandidateUnopposed {
  font-weight: bold;
}

#results2018, #primaryresults2018 {
  display: none;
}

#se32link:hover {
  text-decoration: underline;
  color: #aaa;
}

@media only screen and (max-width: 480px) {
div.entry-content {
overflow: auto;
}
}