#election-results-wrapper{
	margin-top : 10px;
	margin-bottom:10px;
	font-family : sans-serif;
}
#election-results-wrapper .election-results{
}
#election-results-wrapper .election-results-title{
	padding:10px;
	border-bottom : 1px solid #cc0000;
		font-weight : bold;
		font-size : 1.17em;
}
#election-results-wrapper .election-results-body{
	padding:10px;
}
#election-results-wrapper .election-results-body h4{
	margin-bottom:10px;
}
#election-results-wrapper .election-results-date{
	padding:8px 10px;
	color:#666;
	border-top : 1px solid #666;
	font-size:.8em;
	clear : both;
}

#election-results-wrapper .election-results-date a{
	color:#cc0000;
	font-weight : bold;
	padding-left : 20px;
}

#election-results-wrapper .live-elect-column {
	float : left;
	width : 30%;
	margin-right : 3%;
	padding-bottom : 15px;
}

#election-results-wrapper .live-elect-column table {
	width : 100%;
}

#election-results-wrapper .live-elect-column td {
	padding-right : 10px;
	font-size : .875em;
}

#election-results-wrapper .live-elect-column td:nth-child(even) {
	text-align : right;
}

@media (min-width: 481px) and (max-width: 767px) {
	#election-results-wrapper .live-elect-column {
		width : 47%;
		margin-right : 3%;
		padding-bottom : 15px;
	}
}

@media (max-width: 480px) {
	#election-results-wrapper .live-elect-column {
		float : none;
		width : 97%;
		margin-right : 3%;
		padding-bottom : 15px;
	}
}
