.democracy {
max-width: 258px;
background: #ffffff;
}

.democracy img {
width: 75%;
margin-bottom: 2px;
vertical-align: middle;
}

.democracy input {
vertical-align: middle;
margin-right: 2px;
width: auto;
}

.democracy .addAnswerText {
width: 100%;;
}

.dem-graph {
border: 1px solid #ccc;
height: 10px;
}

.dem-graph a, .dem-graph a:hover {
background: #ffffff;
border-bottom: 1px solid #003399;
border-right: 1px solid #ccc;
}


* html .dem-graph a, * html .dem-graph a:hover {
border-bottom-width: 1px;
}

* html .dem-graph {
height: 13px;
}

.dem-graph b, .dem-graph i {
color: #555;
}

.dem-voted-for-this {
border-color: #888;
}

/* blix fix */
.democracy ul { padding: 0; } 
.democracy label {
float: none;
display: inline;
}

/*
.democracy ul li {
list-style: none;
background: #ffffff;
}
*/
