.democracy-choice {
display: block;
background:#6F9BCE;
height: 5px;
border-bottom: 5px solid #1E4E96;
font-size: 1px;
}

.dem-choice-border {
margin: 2px 0 10px;
display: block;
background: #fff;
height: 10px;
width: 100px;
border: 1px solid #ccc;
}

/* BLIX fixies */
#democracy input { width: auto; border:0;}
#democracy ul { margin-top:10px; padding:0; border:0; background: transparent;} 
#democracy label {
float: none;
display: inline;
}

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

#dem-total-votes { margin-top:0px;}
#poll-question { margin-bottom:10px;}
#democracy { 
background:#E1EBF7;
border:1px solid #1E4E96;
padding:5px;
}

.vote-button{
background:#1E4E96;
border: 1px solid #1E4E96;
color:#fff;
margin-top:5px;
}
