.democracy-choice {
display: block;
background: #27d;
height: 1px;
border-bottom: 2px solid #26c;
font-size: 1px;
}

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

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

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

#dem-total-votes { }

#poll-question { 
	font-size: 1.2em;
	}
	
#democracy {
	font-size: 7pt;
	}