.poll h4 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
}
ul.poll-answers {
	list-style:none;
	margin:0;
	font-size:1.1em;
}
ul.poll-answers li {
	margin-bottom:0.5em;
}
ul.poll-answers em {
	font-style:normal;
}
.poll-bar {
	width:300px;
	height:15px;
	line-height:15px;
	color:#ffffff;
	border:1px solid #000000;
	padding:0;
}
.poll-bar div {
	height:100%;
	background-color:#7B1A11;
}
.num-votes {
	
}
.vote-count {
	font-size:1.2em;
	margin-top:1em;
}
.vote-perc {
	display:none;
}

ol.polls {
	list-style:none;
	font-size:1.2em;
}
.all-polls {
	font-size:1.1em;
}
