.sp-poll-title {
	text-align: center;
}
.sp-poll-wrap {
	margin-bottom: 20px;
	width: 100%;
}
span.first-word {
	color: black;
	font-weight: 800 !important;
}
.sp-poll-question {
	font-size:13px !important;
	font-family: Helvetica;
	margin-bottom:10px;
}
.sp-view-vote {
	border: 1px solid #333;
	display: inline-block;
	padding: 14px;
	margin-top: 3px;
	background: black;
	cursor: pointer;
	color: white;
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
}
.sp-poll-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #ccc;
	width: 92%;
	height: 30px;
	margin: .25em 0;
	color: #fff;
	position: relative;
	transition: width 2s,background .2s;
	-webkit-transform: translate3d(0,0,0);
	clear: both;
}
.sp-poll-bar .sp-poll-label {
	font-size: 13px;
	flex-grow: 1;
	padding: 1em;
	background: transparent;
	float: left;
	width: 20% !important;
	display: inline-block;
	position: absolute;
	z-index: 2;
	font-weight: normal;
	color: #000;
	font-family: Helvetica;
}
.sp-poll-bar .sp-vote {
	font-size: 13px;
	flex-grow: 1;
	padding: 8px;
	cursor: pointer;
	background: #000;
	float: right;
	display: inline-block;
	position: relative;
	z-index: 2;
	font-weight: 700;
}
.sp-poll-bar .sp-poll-label.light {
	background: #575757;
}

.sp-poll-count {
	flex-grow: 8;
	width: 80%;
	float: left;
	margin-left: 20%;
}
.sp-poll-percent {
	background: red;
	font-size: 13px;
	height: 30px;
	min-width: auto;
	float: left;
	text-align: right;
	padding: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 800;
	font-family: Helvetica;
	display: inline-table;
}

@media only screen and (max-width:600px) {
	.sp-total-votes span.voting-number {
		display: block !important;
	}
	.sp-poll-bar.cf {
		height: 30px;
		width: 100% !important;
	}

	.sp-poll-holder {
	}

	.sp-poll-wrap {
		width: 100%;
	}
	.sp-vote {
		font-size: 10px !important;
		padding: 10px !important;
	}
	.sp-poll-bar .sp-poll-label {
		font-size: 10px;
	}

	.sp-poll-percent {
		font-size: 10px;
		height: 30px;
		min-width: 40px;
	}

	.sp-poll-count {
		margin-left: 25%;
	}
}
.sp-total-votes {
	position:absolute;
	padding: 5px 0px 8px 0px;
	float:right;
	font-size: 13px;
	color: black;
	right: -9%;
}
.sp-total-votes {
	display:none;
}
.sp-total-votes.clicked {
	display:block !important;
}