.en-print-days {
    float: right;
    font-size: 20.5px;
    width: 24px;
    height: 22px;
    text-align: right;
    margin-bottom: 8px;
    margin-left: 8px;
}
.en-food-menu-year-dt{
    line-height: 30px;
}

.days-of-week {
    border: 1px solid #000000;
    font-weight: bold;
}

.en-food-menu-month-table {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000
}

.en-class-printer-opt {
    font-size: 18px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    padding-bottom: 30px;
}

.en-food-menu-week-print-wp {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
}

.en-food-menu-print-contain {
    font-size: 13px;
}

.en-food-menu-dt-hd {
    font-size: 14px;
}

.name-of-day {
    font-size: 16.5px;
    background-color: #E8E8E8;
    padding-bottom: 8px;
    padding-top: 8px;
}


.weekOfMonth {
    display: flex;
}
.en-print-pageTitle {
    display: none;
}
@media (max-width: 700px) {
    .en-class-printer-opt {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .en-food-menu-week-print-wp {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .weekOfMonth {
        flex-direction: column;
    }

    .days-of-week {
        display: none;
    }
}

@media (min-width: 700px) {
    .days-of-week {
        display: flex;
        justify-content: space-evenly;
    }
}

.days-of-week .dark {
    padding-left: 5px;
}

.name-of-day {
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 700px) {
    .light .name-of-day {
        display: none;
    }

    .include-weekend {
        max-width: calc(100% / 7);
    }

    .not-include-weekend {
        max-width: 20%;
    }
}

.week .light {
    padding: 5px;
    width: 100%;
    overflow: auto;
}

.week {
    display: flex;
}

@media (max-width: 700px) {
    .week {
        flex-direction: column;
    }

    .previous-month {
        display: none;
    }

    .next-month {
        display: none;
    }
}

