.democracy {
max-width: 200px;
color: #333;
margin-left: 10px;
}

.poll-question {
  margin-bottom: 10px;
  font: 12px tahoma, verdana, sans-serif;
}

.dem-vote-link {
  font: 12px tahoma, verdana, sans-serif;
}

.dem-total-votes {
  font: 12px tahoma, verdana, sans-serif;
  margin: 5px 0;
}

.poll-answer {
  margin-bottom: 5px;
  padding-left: 10px;
}

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

.democracy a {
  color: #333;
  text-decoration: none;
}

.democracy a:hover {
  color: #FFF;
}

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

.democracy .addAnswerText {
width: 70%;
}

.dem-graph {
height: 10px;
margin: 5px 10px 5px 0;
}

.dem-graph a, .dem-graph a:hover {
background: #efefef;
border-bottom: 5px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}


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