.poll_variant_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 270px;
	height: 270px;
	display: inline-block;
}

.poll_variants {
	width: 870px;
	margin-top: 30px;
	vertical-align: top;
}
.poll_variants .poll_variant:last-child {
	padding-right: 0px;
}
.poll_variant {
	display: inline-block;
	text-align: center;
	width: 270px;
	padding-right: 30px;
	vertical-align: top;
}
.poll_variant_title {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.3em;
}

.poll_variant_vote {
	display: inline-block;
	text-decoration: none;
	width: 230px;
	line-height: 60px;
	background: #efefef;
	text-align: center;
	font-size: 1.5em;
}

.poll_variant_vote:hover {
	background: #cfcfcf;
	background: #D51E2D;
	color: white;
}

.poll_variant_result {
	font-size: 2.5em;
}

.poll {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
	text-align: justify;

}

.poll_title {
	font-size: 24px;
	margin-bottom: 0px;
}

.poll_date {
	margin-bottom: 30px;
	color: #666;
	font-style: italic;

}

a.title_href {
	text-decoration: none;
}

.poll_comments {
	text-align: center;
	margin-top: 30px;
}
