.democracy-choice {
display: block;
/* background: #06c; */
background: #ff9900;
height: 3px;
/* border-bottom: 2px solid #05a; */
border-bottom: 2px solid #ff9900;
font-size: 1px;
}

.dem-choice-border {
margin: 8px 0;
display: block;
background: #fff;
height: 5px;
width: 100px;
border: 1px solid #900;
}

/* BLIX fixies */
#democracy input { width: auto; }
#democracy ul { padding-top: 5px; }
#democracy label {
float: none;
display: inline;
}

#voted-for-this { border: 1px solid #f00;}

#dem-total-votes { }
#poll-question { }
#democracy { }