<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vvBody &gt; section.vvEligibilityRequirements label,
.vvBody &gt; section.vvVoterRegistration &gt; section &gt; label {
    font-size: 100%;
    font-weight: normal;
}

.vvBody &gt; section.vvEligibilityRequirements &gt; section &gt; div {
    margin-bottom: 15px;
}

.vvBody &gt; section.vvEligibilityRequirements &gt; section {
    padding-top: 0;
}

.vvBody &gt; section.vvVoterRegistration &gt; section &gt; div {
    margin-bottom: 5px;
}

.vvBody &gt; section.vvVoterRegistration &gt; section &gt; hr {
    background-color: #E2E2E2;
    border: medium none;
    height: 1px;
    margin: 0.7em 0;
    width: 100%;
}

.vvBody &gt; section#stepUserInformation3 {
    padding-bottom: 0;
}

.vvBody &gt; section &gt; section#vvConfirmMailingAddress {
    padding-top: 0;
    margin-top: 0;    
}

.vvHidden {
    display: none !important;
}

.vvBody &gt; section.vvVoterRegistration {
    margin-top: -4px;
}

.vvBody &gt; section.vvVoterRegistration &gt; section {
    margin-bottom: 0px;
}

.vvBody &gt; section &gt; section#vvConfirmMailingAddress,
.vvBody &gt; section &gt; section#vvConfirmPreviousName,
.vvBody &gt; section &gt; section#vvConfirmPreviousAddress {
    margin-top: 0px;
}

.vvBody &gt; section &gt; section.vvAffirmation {
    margin-top: 16px;
}

@media only screen and (max-width: 480px) {
    .vvVoterRegistrationInstructionsContainer {
        width: 100%;
    }
}

@media only screen and (min-width: 481px) {
    .vvVoterRegistrationInstructionsContainer {
        width: 50%;
    }
}
</pre></body></html>