#calendar {
    width: 93%;
    margin: auto;
    /* font-family: DFKai-sb !important; */
    font-family: 'Times New Roman', Times, serif !important;
    /* border: 4px solid black !important; */
}

.fc-col-header-cell-cushion {
    color: rgb(228, 71, 71);
    background-color: rgb(207, 214, 221);
}

h1 {
    font-family: DFKai-sb !important;
    text-align:center;
    font-weight:bold !important;
}

.fc-toolbar-title {
    font-weight:bold !important;
}

.tool-group {
    display: flex;
    justify-content: center;
}



@media print {
    * {
        -webkit-print-color-adjust: exact !important;
    }

    .noPrint {
        display: none !important;
    }

    @page {
        /* margin-top: 0 !important;
        margin-bottom: 0 !important; */
        /* size: landscape; */
    }

    @page :first {
        /* margin-top: 0 !important; */
        /* margin-bottom: 0 !important; */
    }

    .fc-button {
        display: none !important;
    }

    h1 {
        font-size: 20px !important;
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
        top: 3% !important;
    }

    h4 {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
        top: 6% !important; 
    }

    .fc-day-mon, .fc-day-tue, .fc-day-wed, .fc-day-thu, .fc-day-fri {
        width: 90px;
    }

    .fc-day-sat {
        width: 80px;
      } 
    
    /* 橫式列印 */
    @media print and (orientation: landscape) {
        #calendar {
            zoom: 41%;
            font-size: 15px !important;
        }
    }

    /* 直式列印 */
    @media print and (orientation: portrait) {
        #calendar {
            zoom: 28% !important;
            font-size: 14px !important;
            /* overflow: visible !important; */
        }
    }
}
