@import url(/content/files/public/style/style.css);

.poll {
	padding-bottom: 0;
	overflow: hidden;
}

div.poll p {
	margin: 0;
	padding-bottom: 8px;
	color: #2A2A2A;
	font-size: 11px;
	font-weight: normal;
}

div.poll ul.answers {
	padding-left: 3px;
	margin: 0;
	list-style: disc;
	list-style-position: inside;
}

div.poll ul li {
	margin-bottom: 3px;
	overflow: hidden;
}

div.poll ul li a {
	color: #2A2A2A;
	font-weight: bold;
	font-size: 11px;
}

.poll .percentageBar {
	float: left;
	width: 120px;  
	border: 1px solid black;
	background: #fff;
}

.poll .percentageLevel{
	height: 10px; 
	border: none; 
	background: #58BAD7;
}

.poll ul.results {
	list-style:none;
	padding: 0;
	margin: 0;
}

.poll ul li p {
	clear: both;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

.poll p.percent {
	font-weight: normal;
	clear: none;
	margin-bottom: .5em;
	float: right;
}

.poll div.percentageLevel {
	font-size: 0;
}