.cactus-poll-block {
	color:#555;
}
.body-content .cactus-poll-block{
	margin-bottom:35px;
	margin-top:35px;
	background:#f2f2f2;
	padding: 35px 20px 40px;
}
.body-content .cactus-poll-block:last-child {
	margin-bottom:0;
}
.cactus-poll-block * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.cactus-poll-block .poll-title { margin-bottom:16px; }
.cactus-poll-block .poll-title .h5{line-height: 1.2em}
.cactus-poll-block .poll-question { margin-bottom:23px; }
.cactus-poll-block .poll-vote-form .poll-list-answers .poll-answer {
	display:table;
	width:100%;
	background:#fff;
	padding: 13px 15px;
	margin-bottom:20px;
}
.cactus-poll-block .poll-vote-form .poll-list-answers .poll-answer label {font-weight: normal;}
.cactus-poll-block .poll-vote-form .poll-list-answers .poll-answer input{ margin:0 20px 0 0; padding:0; display:block;}
.cactus-poll-block .poll-vote-form .poll-list-answers .poll-answer span { display:table-cell; vertical-align:middle;}
.cactus-poll-block .poll-vote-form .poll-list-answers .poll-answer span:last-child { width:100%;}

.cactus-poll-block .poll-vote-form .g-recaptcha {padding-bottom: 28px;}
.cactus-poll-block .poll-msg-error {padding-top: 15px; font-style:italic; color: #ff0000;}

.cactus-poll-block .poll-result-block {}

.cactus-poll-block .poll-result-block .result-title { pointer-events: none; margin-bottom: 28px;}
.cactus-poll-block .poll-result-block .poll-result-item:not(:last-child) {margin-bottom: 28px;}
.cactus-poll-block .poll-result-block .poll-result-item .option-item { margin-top:-6px; margin-bottom: 8px; padding-right:90px; position:relative;}
.cactus-poll-block .poll-result-block .votes-progress-bar {height: 20px;background-color: #fff;}
.cactus-poll-block .poll-result-block .votes-progress-bar .votes-progress {height: 20px;}
.cactus-poll-block .number-of-votes {position: absolute; right:0; top:0;}
.poll-result-block {opacity: 0;}
.poll-result-block.active {opacity: 1; transition: all 0.3s;}
@media(max-width:767px) {
	.body-content .cactus-poll-block { padding: 20px 15px 25px; }
}