

.democracy-choice {
	display: block;
	background: #7AA3CD;
	height: 3px;
	border-bottom: 2px solid #7AA3CD;
	font-size: 1.4em;
}

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

/* BLIX fixies */
#democracy input {
	width: auto;
 }

#democracy li {
	padding: 0;
	margin: 0;
}
 
#democracy label {
	float: none;
	display: inline;
}

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

#dem-total-votes {
	font-weight: bold;	
	font-size: 1.2em;
	color: #000000;
}

#poll-question {
	font-weight: bold;
	font-decoration: none;
	font-size: 1.2em;	
	color: #000000;
}
#democracy ul {
	margin-top: 10px;
}