/* polls plugin styles */

header.poll-header {
	padding-bottom: 10px;
}
ul.poll-answer > li > span {
	display: inline-block;
	vertical-align: top;
	margin: 2px 4px 0 0;
	height: 18px;
	width: 2px;
}
ul.poll-answer > li:not(:last-child) {
	margin-bottom: 3px;
}
div.poll-nav > div {
	padding-top: 15px;
}
div.poll-nav > div > div.ralign {
	padding-top: 10px;
}
div.poll-results-nav {
	padding-top: 10px;
}
ul.poll-votes > li:not(:last-child) {
	margin-bottom: 11px;
}
ul.poll-votes > li > div:first-child {
	margin-bottom: 4px;
}
ul.poll-votes > li > div:last-child {
	font-size: 0.786em;
	height: 16px;
	line-height: 16px;
	text-align: center;
}
div.poll-total {
	padding-top: 15px;
}
body[dir=rtl] ul.poll-answer > li > span {
	margin: 2px 0 0 4px;
}

/* polls plugin styles end */