.democracy {
padding:15px;
font-size:12px;
font-weight:normal;
max-width: 300px;

}

.democracy h6 {
padding-top:10px;
padding-bottom:10px;
font-size:12px;
font-weight:bold;
max-width: 300px;

}


.democracy img {
width: 100%;
vertical-align: middle;
}

.democracy input {
vertical-align: middle;
width:100px;
margin-right: 5px;
margin:5px;
width: auto;
}

.democracy .addAnswerText {
width: 80%;;
}

.dem-graph {
border: 1px solid #5A9EDC;
height: 10px;
}

.dem-graph a, .dem-graph a:hover {
background: #5A9EDC;
border-bottom: 5px solid #2B7EC7;
border-right: 1px solid #ccc;
}


* html .dem-graph a, * html .dem-graph a:hover {
border-bottom-width: 6px;
}

* html .dem-graph {
height: 11px;
}

.dem-graph b, .dem-graph i {
color: #FFF;
}

.dem-voted-for-this {
border-color: #5A9EDC;;
}

/* blix fix */
.democracy ul { padding: 10px; border-bottom:#cccccc 1px dotted; border-top:#cccccc 1px dotted; } 
.democracy label {
float: none;
display: inline;
}


.democracy ul li {
list-style: none;
background: none;
}

