<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table tr td{
    font-size: 16px;
    text-align:center !important;
}
table th{
    text-align:center !important;
    font-size: large;
}
#Calendar1{
    
    margin: auto;
    min-width:640px;
    min-height:480px;
    
}
#Calendar1 td{
    font-size-adjust: 0.58;
}
.query{
    text-align:right;
}
.checktable{
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom: 20px;
}
.t11{
    font-weight:bold;
    font-size:18px;
}
.RoomBooked{
    background:#FF0000;
}
.RoomStay{
    background:#ffC600;
}
.RoomEmpty, .RoomEmpty_S{
    background:#99CC00;
}
.showmonth{
    max-width:520px;
    margin: auto;
}


@media screen and (max-width: 980px) {
    table tr td, table th, input, a, select, .btn {
        font-size: 3vmin;
    }
    .showmonth table tr td{
        padding:1px;
    }
}</pre></body></html>