table.voting_table{
	width: 100%;	
}
table.voting_table td{
	padding: 4px;
	background: #EEE;
	border-bottom: 1px solid white;
}

div.voting_comment{
	padding: 5px;
	background: #EEE;
	margin-bottom: 5px;
}
div.voting_comment_info{
	font-size: 10pt;
	text-align: right;
	border-top: 1px solid #AAA;
}

div.voting_comment_info a{
	font-size: 10pt;
}
.voting_green{
	color: green;
}
.voting_big{
	font-size: 16pt;
}
.voting_complete{
	padding: 10px;
	border: 2px solid #FF8201;
}

.overview_item{
	padding: 20px;
	background: #EEE;
	margin: 0px 0px 20px 20px;	
}