﻿
.voter-registration-steps-container input.form-control[type="radio"]{
    vertical-align:top;
    display:inline;
    height:22px;
    width:22px;
    margin-top:0;
    margin:0 4px;
}

.voter-registration-steps-container input.form-control[type="checkbox"]{
    vertical-align:top;
    display:inline;
    height:22px;
    width:22px;
    margin-top:0;
    margin:0 4px;
}

.voter-registration-steps-container .eligibility-questions > .row {
    border-top: 1px solid #eeeeee;
    padding-top: 1.42857em;
}

.voter-registration-steps-container .form-group {
    margin-bottom: 1.42857em;
}

.updateRegistration-label {
    display: inline;
    font-weight: 400;
    margin: 0;
}

.updateRegistration-answerLabel {
    display: inline;
    margin-bottom: 0;
    margin-left: 1em;
}

.updateRegistration-borderedRow,
.updateRegistration-fullBorderedRow {
    border-top: 1px solid #c2c2c2;
}

.updateRegistration-fullBorderedRow {
    border-bottom: 1px solid #c2c2c2;
}

.updateRegistration-fullBorderedRow > .row,
.updateRegistration-borderedRow > .row {
    margin-bottom: 1em;
    margin-top: 1em;
}

.updateRegistration-submitMethods .updateRegistration-fullBorderedRow > .row,
.updateRegistration-submitMethods .updateRegistration-borderedRow > .row {
    margin-bottom: 2em;
    margin-top: 2em;
}

.updateRegistration-proofList ul {
    margin-bottom: 1.28571em;
}

.updateRegistration-proofList li {
    margin-bottom: 0.857143em;
}

@media (min-width: 768px) {
    .updateRegistration-methodImage {
        float: left;
        padding-left: 15px;
        width: 115px;
    }
}

@media (min-width: 1200px) {
    .updateRegistration-methodImage {
        width: 135px;
    }
}

@media (min-width: 768px) {
    .updateRegistration-methodInstructions {
        overflow: hidden;
        padding-left: 25px;
        padding-right: 15px;
    }
}

p.updateRegistration-sumbmitMethodHeader {
    color: #d31f26;
    font-weight: 600;
    margin: 0 0 1.28571em;
}