.democracy {
max-width: 231px;
}

.democracy img {
background-color: #333333;
width: 231px;
margin-bottom: 4px;
vertical-align: middle;
}

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

.democracy .addAnswerText {
width: 80%;;
}

.dem-graph {
border: 1px solid rgb(132,194,37);
height: 15px;
}

.dem-graph a, .dem-graph a:hover {
height: 9px;
background: rgb(163,206,81);
border-bottom: 6px solid rgb(132,194,37);
border-right: 1px solid rgb(132,194,37);
}


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

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

.dem-graph b, .dem-graph i {
padding-top: 2px;
font-size: 10px;
font-weight: normal;
color: #000;
}

.democracy li {
	margin-bottom: 1px !important;
	border-bottom: none !important;
	color: #666;
}

.dem-voted-for-this {
border-color: rgb(82,145,53);
}

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

.democracy .poll-question {
	display: block;
	padding-bottom: 5px;
}

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