/* @override http://localhost:8888/wp/wp-content/plugins/democracy/style.css */


.democracy {
	font-style: normal;
	font-weight: normal;
	border: 1px solid #555;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	color: #fff;
}

.democracy img {
width: 100%;
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 #ccc;
height: 10px;
}

.dem-graph a, .dem-graph a:hover {
background: #ffc14d;
border-bottom: 5px solid #fea533;
border-right: 1px solid #ccc;
}


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

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

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

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

/* blix fix */
.democracy ul { 
font-style: normal; 
font-weight: normal; 
padding: 0;
list-style: none;
list-style-type: none;
} 
.democracy label {
font-style: normal;
font-weight: normal;
float: none;
display: inline;
color: #bbb;
}

.democracy ul li {
font-style: normal;
font-weight: normal;
list-style: none;
background: none;
list-style-type: none;
color: #bbb;
}
