/**
 * 
 * Advanced Polls
 * 
 * @copyright (c) 2015 Wolfsblvt ( www.pinkes-forum.de )
 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
 * @author Clemens Husung (Wolfsblvt)
 */

fieldset.polls dl.poll_voters_box {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0;
	border-top: 0px solid transparent;
	border-width: 1px 0;
	padding: 5px 0;
	line-height: 1.5;
}
span.poll_vote_notice {
	display: block;
}

dd label {
	white-space: normal !important;
}

h2.poll-title .post-buttons > li { margin-top: -15px; margin-right: 0; }

.fa-question::before {
	content: '\f128';

}