.democracy-choice {
display: block;
height: 3px;
font-size: 1px;
width:160px;

}

.dem-choice-border {
margin: 8px ;
display: block;
background: #fff;
height: 5px;
width: 100px;
border: 1px solid #ccc;

}

/* BLIX fixies */
#democracy input { width: auto; }
#democracy ul { 
  text-align:left;
  
} 
#democracy label {
float: none;
/*display: inline;*/


}

#voted-for-this { 

border: 1px solid #333;
margin-left:10px;
}

#dem-total-votes { 

}

#poll-question { 
    top:5px;
    margin-bottom:5px; 
  
  }

#democracy {
    margin-left:19px; 
    margin-right:10px; 
    /*border: 1px solid; */
    width:153px; 
    padding:12px 8px 8px 8px; 
    /*background-color: #FFF; */
    
}
