.democracy {
max-width: 250px;
}

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

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

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

.dem-graph {
border: 1px solid #ffffff;
height: 20px;
background: #888;
}

.dem-graph a, .dem-graph a:hover {
background: #000000;
border-top: 6px solid #000000;
border-bottom: 9px solid #000000;
border-right: 1px solid #000000;
}

* html .dem-graph a, * html .dem-graph a:hover {
border-bottom-width: 10px;
background: #000000;
border-bottom: 14px solid #000000;
}

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

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

.dem-voted-for-this {

}

*html .dem-graph b, *html .dem-graph i {
width: 150px;
}

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

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