
#pollContent{position:relative}
.poll-loader{position:absolute;top:0;width:100%;height:100%;background-color:rgba(255,255,255,.9);color:#333;padding-top:40%;text-align:center}
.es-poll-progress{height:7px;margin:0 auto;background-color:#fff;border-radius:5px;position:relative;border:1px solid orange;margin-bottom:5px}
.es-poll-progress-bar{position:absolute;height:100%;background-color:#fbbc05;-webkit-transition:width .6s ease;transition:width .6s ease;z-index:0}
.poll-content .answers .result{margin-bottom:10px}
.poll-content .answers .result .answers-title{font-size:12px;padding-left:30px}
.poll-content .answers .result .answers-value{font-size:14px;font-weight:500}