.pollfeed.mePost .postDetails {
	background-color: rgba(255, 226, 69, 0.15);
}


.pollfeed .poll-option {
	border: solid 1px #eeeeee;
   	font-size: 11px;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 5px;
    width: 250px;
}
.pollfeed .userText.expired {
	display: none;
}

.pollfeed.expired .userText.expired {
	display: block;
}

.pollfeed.expired .poll-option {
	background-color: #f0f0f0
}

.pollfeed .poll-option.selected {
	background-color: #0eb3fc
}

.option-label {
	display: inline-block;
	width: 90%
}

.option-answers {
	display: inline-block;
	width: 9%
}
