.democracy {
}

.democracy img {
width: 100%;
margin-bottom: 4px;
vertical-align: middle;
}

.democracy input {
vertical-align: middle;
margin-left: 5px;
width: auto;
}

.democracy .addAnswerText {
	width: 80%;
}

.dem-graph {
	border: 1px solid #6D5324;
	height: 12px;
}

.dem-graph a, .dem-graph a:hover {
	background: #eb8828;
	border-bottom: 7px solid #ef5a28;
}


* html .dem-graph a, * html .dem-graph a:hover {
	border-bottom-width: 6px;
}

* html .dem-graph {
	height: 13px;
}

.dem-graph b, .dem-graph i {
	color: #000000;
}

.dem-voted-for-this {
	border-color: #6D5324;
}

/* blix fix */
.democracy ul { padding: 0; } 
.democracy label {
	float: none;
	display: inline;
}

/*
.democracy ul li {
list-style: none;
background: none;
}
*/

/* My Additions */

.dem-results {
	max-width: 300px;
	padding: 0px 20px 0px 0px;
}

.dem-results li {
	margin: 8px 0 3px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: top;
}

