#poll-form label {
	display: block;
	font-weight: normal;
}
.poll-results .bar {
	background-color: #000;
	height: 1em;
	margin: .3em 0;
}
.poll-results .bar .fill {
	background-color: #A3955C;
	height: 1em;
}
.poll-results .totals {
	color: #999;
	text-align: right;
}
.row-choice {
	overflow: hidden;
}
