<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#candidatesSection ul {
    list-style:none;
    padding-left: 2px;
    margin-bottom: 20px;
}

#candidatesSection ul li {
    margin-bottom: 5px;
}

.js-candidacy-status {
    display: inline-block;
}

.vvCandidatesLoading {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 32px;
}

.vv-status-won { color: #50B429; }

.vv-status-lost { color: red; }

.vv-status-too-close { color: gold; }

.vvBody &gt; section.vvVoterResourceSection {
    padding-bottom: 0 !important;
}

.vvBody &gt; section &gt; section.vvVoterResourceContentContainer {
    margin-bottom: 20px;
}

.vvVoterResource {
    margin-top: 10px;
}</pre></body></html>