#election {
	max-width: 610px;
	font-size: 12px;
	color: #333333;
	font-family: 'Boomer-light';
}
#map {
	float: right;
	width: 450px;
	height: 540px;
	max-width: 100%;
}
polygon {
	 opacity: .8;
}
#totals {
	max-width: 140px;
	float:left;
	display:block;
}
#totals .candidateKey {
	margin: 0;
	padding-bottom: 12px;
}
#totals .pctBar {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #FFF;
	opacity: .8;
	z-index: -1;
	transition-duration: .8s;
}
#totals .pctHolder {
	width: 140px;
	border: 1px solid #c1c1c1;
	display: inline-block;
	height: 15px;
}
#totals .pctTxt {
	font-size: 11px;
	float:right;
	margin-top: 3px;
	z-index: 2;
}
#totals .votesTxt {
	font-size: 12px;
	float: right;
	line-height: 15px;
}
.metainfo {
	margin: 0;
	margin-bottom: 10px;
	color: #777;
	font-size: 10px;
}

#tooltip {
	position: absolute;
	padding: 8px;
	background-color: white;
	border:1px solid #AAA;
	pointer-events: none; /*this prevents triggering mouseout if tip gets in way of cursor*/
	z-index:9999;
	display:none;
}
@media only screen and (max-width: 610px) {
	#map { width: 100%; }
}
@media only screen and (max-width: 420px) {
	#map { height: 360px; max-width: 100%; }
	#totals { max-width:100%; }
	#totals .candidateKey {
		float: left;
		max-width: 45%;
		margin: 0 10px 0 5px;
	}
}