.democracy {
background-color: #000000;
padding: 10px 0 10px 5px;
width: 280px;/* *************************************** */

}

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

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

.democracy .addAnswerText {
width: 200px;
}

.dem-graph {
/*border: 1px solid #000;*/
background-color: #ff4400;
height: 19px;
width: 250px;/* *************************************** */

}

.dem-graph a, .dem-graph a:hover {
background: #000;
/*border-bottom: 5px solid #ff4400;
border-right: 1px solid #ccc;*/
color: #fff;
padding-left: 5px;
}

.dem-total-votes {
font-variant: normal;
font-style: normal;
font-size: 10px;
}

.dem-total-votess {
clear: both;
font-variant: normal;
font-style: normal;
font-size: 10px;
}


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

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

.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: none;
}
*/