html {
    font-size: 14px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

tr > td.gs-reserve {
    outline: 3px solid #7030A0 !important;
    outline-offset: -3px; /* Move outline inside the cell */
}

select.form-select.fs-4 option {
    font-size: 1.0rem; /* same as fs-4 ~24px */
}