.voteTable {
	margin-left: 10px; 
	width: 220px; 
	margin-bottom: 10px;
}
.voteTable td {
	background-color: #fdfdfd;
}
.answerCell  {
	width: 170px;  
	font-weight: bold; 
	font-size: 11px;
}
.votesCell {
	font-size: 10px;
}
.percentCell {
	font-size: 10px; 
	width: 30px;
}