/* 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;
}
/* * Custom form table width */ #surveyForm table { width: 100%; }
}
/* Helps widen alt web templates */@media (min-width: 992px) {
.col-md-6 {
    width: auto !important;
}
#form-wrapper {
 width: 720px;
 margin: 0px auto 0px auto;
}
.col-md-offset-3 {
 margin-left: 12%;
 margin-right: auto;
}
.container {
    width: 970px;
}
}

