.democracy-choice {
display: block;
background: #95552B;
height: 6px;
border-bottom: 5px solid #3D0B06;
font-size: 1px;
}

.dem-choice-border {
margin: 8px 0;
display: block;
background: #EFE2AB;
height: 6px;
width: 100px;
border: 1px solid #95552B;
}

// BLIX fixies
#democracy input { width: auto; }
#democracy ul { padding: 0; } 
#democracy label {
float: none;
display: inline;
}

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

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