<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div[id^="OPP-poll-id-"] {
width:100%!important;
margin-top:10px;
clear:both;
background-color: #e8e8e8;
padding-bottom:10px;
}

.OPP-poll-choice-div.OPP-poll-choice-text {
margin-bottom: 3px;
margin-top: 10px;
font-size: 14px!important;
}

.OPP-poll-choice-div.OPP-poll-choice-text &gt; span {
font-size: 12px!important;
}

label.OPP-poll-choice.OPP-poll-choice-text {
font-size: 16px!important;
line-height: 18px!important;
margin-bottom:5px!important;
margin-left:5px!important;
}

input.OPP-choice-button {
-webkit-appearance: radio;
margin-left:5px!important;
}

input.OPP-choice-button[type="checkbox"] {
-webkit-appearance: checkbox;
}

#OPP-poll-question-text {
line-height: 18px;
font-size: 15px!important;
background-color: #4281b6;
color: #fff!important;
margin-left: -8px;
margin-right: -8px;
margin-top: -8px;
padding: 8px!important;
}

#OPP-div-around-poll table.OPP-choices {
margin-top: 10px!important;
}

#OPP-div-around-poll {
    border-radius: 0px!important;
    background-color: transparent!important;
}

.OPP-result-summary {
    display: block!important;
    text-align: center!important;
    margin-top: 10px!important;
}

#OPP-div-around-poll div.OPP-choiceBar &gt; div {
	border:0px!important;
}

#OPP-poll-vote {
text-align: right!important;
}

#OPP-poll-vote-button {
    margin-right: 4px!important;
    font-size: 12px!important;
    cursor: pointer;
    color: #fff!important;
    background-color: #4380b6;
    border: solid 1px #3d7db2;
    font-weight: bold!important;
    border-radius: 3px;
    padding: 4px 8px!important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#OPP-poll-vote-button:hover {
	border: solid 1px #efefef;
	background-color: #256397;
}

#OPP-result-link-text {
    transition: color 0.3s linear;
      -webkit-transition: color 0.3s linear;
      -ms-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
}

#OPP-result-link-text:hover {
	color: #848484!important;
}

#OPP-powered-by {
    color: #BDBDBD!important;
    font-style: italic!important;
}</pre></body></html>