* {
    padding: 0;
    margin: 0;
}
.mobile { display: none !important; }

div.TMRMenu.T { position: absolute; top: 0; right: 0; }
div.TMRMenu.T ul { padding: 4px 10px 0 0; list-style: none; }
div.TMRMenu.T ul li { float: left; clear: none; font-size: 0.875rem; padding: 2px 2px; color: #777; border: none; }
div.TMRMenu.T ul li .e { font-size: 0.875rem; }

.MainLink {
    position: absolute;
    top: -40px;
}
.MainLink:focus {
    top: 0;
}

#HighlightPage { min-width: 1280px; background: #FFFFFF; min-height: 100vh;}
#HighlightPage .Header { padding: 28px 40px 18px 40px; display: flex; justify-content: space-between;}
#HighlightPage .Header .HeaderLeft a { display: flex; align-items: center; }
#HighlightPage .Header .HeaderLeft img { width: 150px; }
#HighlightPage .Header .HeaderLeft .TMLeftLogoTxt .c { font-size: 1.375rem; margin-bottom: 4px; }
#HighlightPage .Header .HeaderLeft .TMLeftLogoTxt span { font-size: 0.875rem; line-height: 15px; }
#HighlightPage .Header .HeaderLeft .TMLeftLogoTxt .m { color: #414141; font-size: 0.75rem; line-height: 15px; }
#HighlightPage .Header .HeaderRight { display: flex; align-items: center; gap: 30px; }
#HighlightPage .Header .HeaderRight .PrintIcon { width: 90px; height: 90px;  background: #009582; border-radius: 6px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; cursor: pointer; }

#HighlightPage .Main { color: #414141; padding: 18px 40px 28px 40px; }
#HighlightPage .Main table { width: 100%; border: 10px solid #414141; border-collapse: collapse; }
#HighlightPage .Main table tr th { border: 2px solid #414141; text-align: center; font-weight: 700; padding: 10px; font-size: 1.875rem; }
#HighlightPage .Main table tr td { border: 2px solid #414141; text-align: center; font-size: 1.35rem; padding: 10px; }
#HighlightPage .Main .mobile table tr td { font-size: 1rem; }
#HighlightPage .Main .desktop table tr th:first-child { font-weight: 700; padding: 20px 0px; font-size: 1.875rem; }
#HighlightPage .Main .desktop table tr td:first-child { font-weight: 700; padding: 20px 0px; font-size: 1.875rem; }
#HighlightPage .Main .desktop table tr td:not(:first-child) { width: 4% }
#HighlightPage .Main table tr .green { background: #009582; color: white; }
#HighlightPage .Main table tr td.period { background: white; }
#HighlightPage .Main table tr td.single { background: rgba(217, 217, 217, 0.3);  }
#HighlightPage .Main table tr td.event { background: white; height: 100px; padding: 8px }
#HighlightPage .Main table tr td.event > div { font-weight: 700; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0 2px; }
#HighlightPage .Main table tr td.event1 > div { background: #99E7DD; }
#HighlightPage .Main table tr td.event2 > div { background: #FDD000; }
#HighlightPage .Main table tr td.event3 > div { background: #92C41D; }
#HighlightPage .Main table tr td.event4 > div { background: #F5AB40; }
#HighlightPage .Main table tr th.week { background: #EBF7F5; }
#HighlightPage .Main table tr th.week.weekend { background: #ABEAE2; }
#HighlightPage .Main .desktop .date { font-weight: 700; font-size: 2.5rem; line-height: 130%; }
#HighlightPage .Main .desktop .day { font-weight: 700; font-size: 1.35rem; line-height: 26px; }

@media screen and (max-width: 767px) {
    .desktop { display: none !important; }
    .mobile { display: inherit !important; }

    #HighlightPage { min-width: auto; }
    #HighlightPage .Header { padding: 0; flex-direction: column; align-items: center; }
    #HighlightPage .Header .HeaderLeft { width: 100%; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12); padding: 20px; }
    #HighlightPage .Header .HeaderLeft img { width: 76px; }
    #HighlightPage .Header .HeaderLeft .TMLeftLogoTxt .c { font-size: 1rem; }
    #HighlightPage .Header .HeaderRight { padding: 20px 20px 0; gap: 0; }
    #HighlightPage .Main { padding: 18px 20px 28px 20px; }
}

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