@page {
    size: A4 portrait;
    margin: 10mm;
}



@media print {
    .timetable-wrapper {
        min-width: auto !important; 
        min-height: 260mm !important; 
        max-width: 200mm; 
        max-height: 290mm !important;
        width:99%; 
        height: auto; 
        left: 5mm;
        overflow: hidden !important; 
        page-break-inside: avoid !important;

    }
    body {
        font-size: 10px !important;
    }
}




    #switch-btn {
        display: none !important; 
    }

