/* widen popup notice so line does not wrap */
.modal-popup .modal-inner-wrap {
    width: 50%;
}

/* hide email tip */
#customer-email-fieldset .note {
    display: none !important;
}

/* for Purchasing As and Company to full width */
.field[name="shippingAddress.custom_business_type"],
.field[name="shippingAddress.company"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}