

@media print {

    @page:first {
        /* No margin on the first page. */
        margin: 0;
    }

    table {
        max-height: 100%;
        overflow: hidden;
        page-break-after: always;
    }

    .modal-dialog .modal-header, .modal-dialog .itinerary-actions, .carousel-control-prev, .carousel-control-next, .global-notification-banner-carousel, .global-notification-banner-carousel .notification-group {
        display: none;
    }


}

#print-iframe {
    display: none;
}
  

