.poll-block {
	/*margin: 10px;
	padding: 10px;
	display: inline-block;
	width:300px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.poll-option-header {
	color: #333;
	font-weight: 600;
	word-wrap: break-word;
	word-break: break-word;
}

.poll-voted-backround {
	height: 24px;
	text-align: right;
	line-height: 1.7em;
	font-weight: 400;
	padding-right:20px;
	font-size: 16px;
	border-radius: 18px;
}

.poll-voted-votes {
	height: 24px;
	opacity: 0.5;
	background-color: black;
	float: left;
	border-radius: 18px;
	position: absolute;
}

.poll-vote-button {
	float: left;
	line-height: 1.5em;
	height: 40px;
	font-weight: 400;
	font-size: 16px;
	padding-top: 14px;
}

.poll-option-control {
	top: -4px;
	height: 18px;
	width: 18px;
}

.poll-option-label {
	line-height: 0.5em;
}

.poll-margin-top {
	margin-top: 2px;
}

@supports (-ms-ime-align:auto) {
	.article-poll-votes {
		color: black;
	}
	.article-poll-vote-percentage, .article-poll-vote-percentage-sign {
		color: black;
	}

	.article-poll-progress-bar-color-ovleray {
		background-color:unset;
		background-color:transparent;
	}
	.article-poll-progress-bar-color-ovleray {
		background-color:unset;
		background-color:transparent;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.article-poll-votes {
		color: black;
	}
	.article-poll-vote-percentage, .article-poll-vote-percentage-sign {
		color: black;
	}

	.article-poll-progress-bar-color-ovleray {
		background-color:unset;
		background-color:transparent;
	}
	.article-poll-progress-bar-color-ovleray {
		background-color:unset;
		background-color:transparent;
	}
}
