div.form-disabled input, div.form-disabled select {
    color: #717171;
    border-color: #bbb;
    background: #ededed;
}

section#edit-address, section#edit-membership-options, section#edit-subscriptions {
    border-top: 4px solid #73bee3;
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

form.webform-submission-donate-form p, form.webform-submission-donate-form label, form.webform-submission-donate-form .form-item label.option {
    font-size:1.25em;
}

.form-item select {
    min-width:100px !important;
}