.extendedFormSurveyView {
    margin-bottom: 15px;
}

.extendedFormSurveyView .SubmitButton {
    margin-top: 0;
    margin-bottom: 15px;
}

.extendedFormSurveyView .formBlockSurveyRow {
    width: 100%;
    overflow: hidden;
}

.extendedFormSurveyView .checkboxList label {
    font-weight: normal;
    margin-bottom: 10px;
}

.extendedFormSurveyView .formBlockSurveyCell textarea,
.extendedFormSurveyView .formBlockSurveyCell input[type=text],
.extendedFormSurveyView .formBlockSurveyCell select {
    margin-bottom: 2px;
}

.extendedFormSurveyView .formBlockSurveyCell input[type=checkbox],
.extendedFormSurveyView .formBlockSurveyCell input[type=radio] {
    margin-left: 1px;
}

@media (min-width: 768px) {
    .extendedFormSurveyView .formBlockSurveyRow {
        margin-right: 2%;
        float: left;
        width: 48%;
    }

    .extendedFormSurveyView .checkboxPair {
        float: left;
        width: 50%;
    }

    .extendedFormSurveyView .SubmitButton {
        margin-top: 1px;
        width: 100%;
    }
}
