.democracy {
width: 180px;
}

.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 {
height: 10px;
}

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

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

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

/* blix fix */
.democracy ul { 
  padding: 0; 
  list-style-type: none;
  margin: 2px;
} 
.democracy label {
float: none;
display: inline;
}

.dem-total-votes{
  color:#999999;
}


.democracy ul li {
  list-style: none;
  background: none;
  margin:2px 0 2px 0;
}

.dem-vote-link {
	color:#aaaaaa !IMPORTANT;
	text-decoration:none;
	display:none
}