main {
	margin: 0 5px;
}

.update {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #e11c2e;
	z-index: 100;
}

.office {
	width: 100%;
	max-width: 500px;
	margin: 10px auto 50px;
	font-family: proxima-nova,Helvetica,Arial,sans-serif;
	overflow: hidden;
}

.label {
	background-image: url('../images/greystripe.png');
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	letter-spacing: .03em;
}

.label__office {
	float: left;
	padding: 10px 6px 9px;
	text-transform: uppercase;
	background-color: #e11c2e;
	color: #fff;
	letter-spacing: .1em;
	border-right: 4px solid #fff;
	zoom: 1;
}

.label__polls {
	display: inline-block;
	padding: 10px 6px 6px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	zoom: 1;
}

.label__polls span {
	display: none;
}

.totals {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1.1em;
}

.totals li {
	padding: 5px 0;
	overflow: hidden;
}

.totals__key {
	font-size: 0.9em;
}

.totals__data {
	border-top: 1px dotted #aaa;
}

.totals__flag {
	color: #444;
	font-size: 0.8em;
	font-weight: 800;
	text-transform: uppercase;
}

.totals__flag.totals--elected  {
	color: #005EB8;
} 

.totals__candidate {
	float: left;
	width: 60%;
}

.totals__votes {
	float: left;
	width: 40%;
	text-align: right;
}

.totals__percent {
	float: left;
	display: none;
	width: 0%;
	text-align: right;
}

.totals__bar {
	float: left;
	min-width: 0.5%;
	height: 12px;
	margin-bottom: 5px;
	background-color: #e11c2e;
}

.totals__bar-label {
	float: right;
	padding-left: 5px;
	color: #e11c2e;
	font-weight: 500;
}

.totals__votes span {
	color: #e11c2e;
	font-size: 0.9em;
}


@media (min-width: 400px) {
	.label {
		font-size: 14px;
	}

	.label__polls span {
		display: inline;
	}

	.totals__votes {
		width: 15%;
	}

	.totals__votes span {
		display: none;
	}

	.totals__percent {
		display: block;
		width: 15%;
	}

	.totals__bar-label {
		display: none;
	}
}