body {
	margin: 0; 
	padding: 0;
	font-family: 'Gotham Narrow SSm 3r';
	font-size: 16px;
}
#main {
	width: 100%;
}
#wrapper {
	width: 100%;
}

.clearfix {
    overflow: auto;
}

div {
	
	overflow: auto;

}

.row {
	text-align: center;
	width: 100%;
}

.col {
	width: 33%;
	float: left;
}

.col-last {
	width: 33%;
	float: right;
}

#top-labels {
	height: 25px;
}

#bottom-labels {
	margin-top: 10px;
}

.camp {
	font-family: 'Gotham Narrow SSm 5r';
}


#remain-label, #remain-votes {
	text-align: left;
}

#leave-label, #leave-votes {
	text-align: right;
}


#dec-count{
	float: right;
}

#declarations, .votes, #midpoint-marker {
	font-size: 12px;
}

#bars {
	position: relative;	
}

.bar {
	height: 50px;
	width: 0%;
	float: left;
}

#remain-perc {
	text-align: right;
}

#leave-perc {
	text-align: left;
}

#remain-bar {
	background-color: #0071BC;
}

#leave-bar {
	float: right;
	background-color: #F7931E;
}

#marker {
	position: absolute;
	width: 1px;
	height: 50px;
	border-left: 1px dashed #fff;
	left: 50%;
}

.perc {
	font-family: 'Gotham Narrow SSm 5r';
	margin-top: 15px;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}
