.democracy-choice {
display: block;
height: 10px;
font-size: 1px;
}

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

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

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

#dem-total-votes { }
#poll-question { 
    font-weight: normal;
    margin: 10px;
    }
#democracy { }

