#poll {
	width: 300px;
}

.poll_content {
	margin: 10px 0 0 0;
	width: 100%;
}

	.poll_content #question {
		color: #ffffff;
		font-family: 'PT Sans Narrow';
		font-size: 1.5em;
		font-weight: normal;
	}
	
	.poll_content .poll_options {
		color: #000000;
		list-style-type: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
		.poll_content .poll_options li {
			color: #616161;
			cursor: pointer;
			font-size: 1.2em;
		}
		
		.poll_content .poll_options li:hover {
			color: #2dce3a;
		}
		
		span.blue {
			color: #0e436f;
		}
		
		span.grey {
			color: #616161;
		}
		
		span.green {
			color: #2dce3a;
		}
		
		.poll_content .poll_options li .c_bar {
			background-color: #313131;
			height: 11px;
			margin: 3px 0 10px 0;
			padding: 0px 0 0 0;
		}
		
			.poll_content .poll_options li .c_bar span {
				display: block;
				font-size: 1em;
				height: 11px;
				margin: 0;
			}
	
	.poll_content .stats {
		color: #565656;
		text-align: center;
	}