/* polls */

table.poll td.option {
	width:20px;
	white-space:nowrap;
	}

table.poll td {
	padding:5px;
	vertical-align:top;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background-color:#f5f5f5;
	}
	
table.poll th, table.results th {
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	}
	
table.results th {
 border-bottom: solid 1px #999;
}

table.poll {
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
	}
	
table.results {
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
	}
	
table.results td {
	padding:5px;
	vertical-align:top;
	line-height:normal;
	}
	
table.results td div.percentage {
	background:#007fac;
	border-bottom:solid 2px #004a64;
	border-right:solid 2px #004a64;
	border-top:solid 2px #00b4f5;
	border-left:solid 2px #00b4f5;
	height:20px;
	text-align:left;
	font-weight:bold;
	color:#fff;
	float:left;
	margin-right:10px;
	}
	
table.results td span.responses {
	font-size:10px;
	line-height:20px;
	}
	
table.results td.option {
	background:#fff;
	padding:10px 0 2px 0px;
 }
 
 table.results td.answer {
 	padding:0;
	background:#f5f5f5;
 }

.poll h3 {
	margin-bottom:15px;
}

