.democracy .democracy-ul{
	list-style : none;
	padding : 0;
	margin : 0;
}
.democracy .democracy-ul li{
	list-style : none;
	padding : 0;
	margin : 0 0 10px 0;
}

.democracy .poll-question{
	display : block;
	padding : 3px 5px;
	/*background : #ccc;*/
	font-weight : bold;
}

.dem-results{
	/*border-left : 1px solid #ccc;*/
	padding : 10px 15px;
}

.democracy .dem-graph{
	position : relative;
	border : 1px solid #aaa;
	height : 20px;
}

.democracy .dem-graph .democracy-result-bar{
	height : 20px;
	display : block;
	position : absolute;
	/*background : #eee;*/
}

.democracy .dem-graph .democracy-result-votes{
	height : 20px;
	display : block;
	position : absolute;
	padding-left : 5px;
	color : #333;
	font-weight : bold;
}
.democracy .dem-graph .democracy-result-votes .result-votes{
	color : #666;
	font-weight : normal;
}

.democracy{
	text-indent : 0;
}
.democracy .dem-total-votes .start_date{
	padding-left : 10px;
}

.democracy_expire{
	text-indent : 0;
}

