.polls-buttons {
	margin-bottom: 20px;
}
.mobile-polls-buttons {
	margin-bottom: 30px;
}
.polls-buttons:after {
	content:"";
	display:block;
	clear:both;
}
.polls-buttons button {
	height: 22px;
	outline: none;
	margin-left: 10px;
	border: none;
	padding: 0;
	background: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: left;
	display: block;
	position: relative;
}
.polls-buttons button:first-child {
	margin-left: 0;
}
.polls-buttons button.mobile-polls-button {
	margin-left: 14px;
}
.polls-buttons button.mobile-polls-button:first-child {
	margin-left: 0;
}
.polls-buttons button img {
	width: 22px;
	height: 22px;
	vertical-align: middle;
}
.polls-buttons button span {
	margin-left: 4px;
	vertical-align: middle;
}
.polls-buttons button span.tooltip {
	width: 96px;
	color: #fff;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 0 8px;
	background-color: rgba(0, 0, 0, .75);
	display: inline-block;
	position: absolute;
	top: -30px;
	left: -14px;
}
.polls-buttons button span.tooltip:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: rgba(0, 0, 0, .75) transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 18px;
}
.polls-buttons button span.mobile-tooltip {
	width: 46px;
	font-size: 8px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
	position: absolute;
	bottom: -14px;
	left: -14px;
	text-align: center;
}
