@media print {
    body * {
        visibility: hidden;
    }
    #schedule, #schedule * {
        visibility: visible;
    }
    #schedule {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .timeslot {
        page-break-inside: avoid;
    }
}
