.democracy {
max-width: 250px;
}

.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 #eeeeee;
height: 20px;
}

.dem-graph a, .dem-graph a:hover {
background: #fcb71c;
height: 20px;
}


* html .dem-graph a, * html .dem-graph a:hover {
}

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

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

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

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


.democracy ul li {
list-style: none;
background: none;
margin:0 0 20px 0;
}



.democracy strong {
font-size:16px;
padding:10px;
border:2px #fcb71c solid;
color:#fcb71c;
display:block;
margin:0 0 20px 0;
}
