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



    .timetable-wrapper {
        min-width: auto !important; 
        min-height: 270mm !important; 
        max-width: 202mm; 
        max-height: 297mm;
        width: 100%; 
        margin-left: 0.8rem;
        height: auto; 
        overflow: hidden !important; 
        page-break-inside: avoid !important;

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



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

