
/* sort out form labels to all be the same */
.crm-container .form-item label {
       font-size: inherit !important; 

}

.other_amount-section label, .email-5-section label{
    font-weight: 600 !important;
}

/* hide the clunky section titles that are hard to style */
.crm-container fieldset legend {
    display: none;
}

/* hide the pay later section as it adds nothing */
.pay_later_receipt-section{
        display: none;
}

/* make the help text smaller */
.helprow-post .content {
        font-size: 13px !important;
}

.crm-container .help {
    margin: 10px 0px 10px;
}
