<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input, button {
    border: 1px solid #b9b8b8;
    font-family: Georgia, serif;
    padding: 9px 5px 9px 13px;
}

button:hover, button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #272727;
    outline: none;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #e05d22;
    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
    border: none;
    border-bottom: 3px solid #b93207;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}

.survey_row {
    margin-bottom: 15px;
    height: 75px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.survey_row_title, .survey_row_image, .survey_row_input {
    display: inline-block;
    width: 33.33%;
    height: 70px;
    line-height: 70px;
    margin-right: -5px;
    vertical-align: top;
}

.survey_row_title {
    line-height: initial;
    vertical-align: middle;
    height: auto;
    max-height: 70px;
}

.survey_row_image {
    text-align: center;
}

.survey_row_image amp-img {
    max-height: 70px;
}

.survey_row_image.no-img {
    height: 0;
}

.survey_row_input {
    text-align: right;
    margin-right: 0;
}

.survey_user_info {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.user_row {
    margin-bottom: 10px;
}

.user_row label {
    width: 30%;
    display: inline-block;
}

.user_row input {
    width: 60%;
}

.gdpr_text {
    font-size: 0.75rem;
    margin-bottom: 15px;
}

.gdpr_text input[type="checkbox"] {
    margin-right: 10px;
}

.error {
    display: none;
    padding: 10px;
    border: 2px solid #ee0022;
    margin-bottom: 15px;
}

div[submit-error] .error {
    display: block;
    margin-top: 15px;
}

.election-survey h2, .election-survey h3 {
    text-align: center;
}

.amp-form-submit-success .form_wrap {
    display: none;
}

@media (max-width: 768px) {
    .survey_row, .survey_row_input {
        height: auto;
        line-height: initial;
    }
    .survey_row_title, .survey_row_image, .survey_row_input {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .survey_row_input {
        margin-bottom: 15px;
    }
    .survey_row_input input {
        text-align: center;
    }
    .user_row input, .user_row label {
        width: 100%;
        box-sizing: border-box;
    }
}
</pre></body></html>