/*  to make the defaultMargin class around the webform shorter in height  */

.defaultMargin {
    padding-top: 20px;
}

@media only screen and (max-width: 39.9375em) {
    label {
        font-size: 13px !important;
    }
    div.personal_div {
        font-size: 13px !important;
    }
}

label {
    font-size: initial;
}

[type='checkbox'] {
    margin: initial;
}

textarea {
    margin: 0 0 1rem !important;
}