		.clearfix:after {
			content: ".";
			display: block;
			clear: both;
			line-height: 0;
			visibility: hidden;
			height: 0;
		}
 
		.clearfix {
			display: inline-block;
		}		
		
		.mayoralresults a:active, a:visited, a:link {
			color: black;
			text-decoration: none;
		}
		
		.mayoralresults a:hover {
			color: red;
		}
		
		.mayoralResults {
			float: left;
			width: 924px;
			height: 43px;
			font-family: tahoma;
			font-size: 13px;
			font-weight: bold;
			background-color: #CCCCFF; 
		}
			
		.mayoralResults .raceHeader {
			width: 200px;
			margin: 5px 0 5px 0;
			float: left;
			margin-right: 10px;
			text-align: center;
		}
		
		.mayoralResults .updateBox {
			font-size: 10px;
			font-weight: normal;
			float: left;
			text-align: center;
			width: 200px;
			line-height: 14px;
		}
		
			
		.mayoralResults .candidateSpan {
			width: 140px;
			float: left;
			font-weight: normal;
			margin-right: 10px;
			border-right: thin solid black;
			display: block;
			margin: 5px 0 5px 0;
		}

		.candidateSpan:first-child {
			padding-left: 5px;
			border-left: 1px solid green;			
		}
		
		.mayoralResults .candName {
			float: left;
			width: 100%;
			text-align: center;
		}
		

		
		.mayoralResults .votes {
			float: left;
			width: 100%;
			text-align: center;
		}
		
		.mayoralResults .partyName {
			text-transform: capitalize;
			margin-left: 5px;
		}
		
		.linkBox {
			width: 280px;
			display: block;
			float: right;
			text-align: center;
			line-height: 43px;
		}
		

		

		
		