.webform-client-form .half {
    width: 48%;
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.webform-client-form .left {
    margin-right: 4%;
}

.webform-client-form .right {
    margin-right: 0;
}

.webform-client-form .full {
    clear: both;
    width: 100%;
}

.webform-client-form input[type="text"],
.webform-client-form input[type="email"],
.webform-client-form textarea {
    width: 100%;
    box-sizing: border-box;
}

.webform-client-form textarea {
    height: 180px;
}