/* Removes filters from Volunteer Projects page */
form[action*="/np/publicaccess/projectList.do"]{
display: none;
}
/* Padding space for ticket options on event pages */
.neoncrm-ticket-options-table td {
padding-right: 30px;
}

/* Removes Zip +4 from payment page */
#_creditCardPaymentSection input[name="payment.creditCard.address.zipSuffix"], #_creditCardPaymentSection input[name="payment.creditCard.address.zip"] + span.neonFieldText {
    display: none;
}
/* Removes Zip +4 from the first Donation page */
#address\.zipSuffix, #donation\.acknowledgeInfo\.address\.zip, #donation\.acknowledgeInfo\.address\.zip + .neonFieldText, input[name="address.zipSuffix"], input[name="address.zip"] + .neonFieldText {
    display: none;
}
