.democracy {
max-width: 100%;
padding-left: 46px;
border-top: 0px solid #d5d5d5;
border-bottom: 0px solid #d5d5d5;
list-style: none;
}

.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;
background: #e0e0e0;
height: 16px;
width: 440px;
}

#ConWrapper .dem-graph a, .dem-graph a:hover {
background: #FF4700;
border-bottom: 5px solid #EE2801;
border-right: 0px solid #ccc;
height: 11px;
}


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

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

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

.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: none;
padding-bottom: 6px;
}

#ConWrapper ul.demlist { list-style-image: none; margin: 0; padding-bottom: 6px; }