/*!
 * Easy WP Polling CSS
 * http://www.fusionspan.com
 * V3.0
 *
 *
 * Date: 15/05/2017
 */
.fs-poll-main{width:100%;overflow:hidden}.fs-poll-holder-box{width:19%;display:block;float:left;margin-right:1%;text-align:center;height:100px}.fs-poll-votes{padding-left:5px}.fs-poll-box{padding:2%}.fs-poll-holder-bar{position:relative;margin-bottom:5px;width:100%;height:20px}.fs-poll-bar{position:absolute;left:0;z-index:1;margin-bottom:5px;width:100%;color:black;height:20px}.fs-poll-votes{position:absolute;left:5;width:100%;z-index:2}.fs-vote-me{margin-top:10px}.fs-poll-box-votes{display:block;padding-top:10px;font-size:20px;text-align:center}.gradient{background-image:-webkit-gradient(linear,right top,left top,from(rgba(255,255,255,1.0)),to(rgba(255,255,255,0)))!important;background-image:-moz-linear-gradient(right center,rgba(255,255,255,1.0) 20%,rgba(255,255,255,0) 95%);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColor=0,endColorStr=#FFFFFF);-ms-filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColor=0,endColoStr=#FFFFFF)}

body {height:100%;}

#fs-overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:10010;
	cursor:pointer;
}

#fs-container {
position: absolute;
opacity: 1;
filter: alpha(opacity=0);
left: -9999em;
z-index: 10011;
left: 25%;
top: 50%;
color: white;
}
 