
}
.democracy {
max-width: 100%;
}

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

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

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

.dem-graph {
border: 1px solid #ccc;
height: 14px;
}

.dem-graph a, .dem-graph a:hover {
background: #b70a0a;
border-bottom: 1px solid #2871bd;
border-right: 1px solid #ccc;
}


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

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

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

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

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


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


}