.public-poll {
    width: 100%;
}

@media (max-width: 768px) {
	.public-poll {
		width: 
	}
}

.public-poll-title {
	font-size: 2rem;
}

.surveycount {
    color: lightgreen;
    float: right;
}

.myProgress {
    width: 100%;
    background-color: #ddd;
}

.myBar {
    height: 20px;
    background-color: #4CAF50;
	text-wrap: nowrap;
}

.barWidth {
    width: 100%;
}

.floatLeft {
    float: left;
}

.revoteCss {
    font-size: 12px;
    margin-left: 0px;
    padding: 0px;
    display: block;
    font-size: 12px;
    margin-left: 0px;
    padding: 0px;
    background-color: #4CAEE4;
}

#public-poll-revote-btn, #public-poll-submit-btn {
	text-transform: uppercase;
    color: #fff !important;
    background: url(/wp-content/uploads/brown-btn-small.png);
    width: 75px;
    height: 38px;
    line-height: 28px;
    padding: 0;
    display: inline-block;
    font-weight: normal;
}
