table {
    border-collapse: collapse;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
}

th {
    background-color: #92b4e4;
    color: white;
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
}

td div {
    height: 98px !important;
    cursor: pointer;
}

.space {
    background-color: #ffffff00;
    cursor: default;
}

.beginners {
    background-color: #90c890;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
}

.advanced {
    background-color: #2d882d;
    color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
}

.special {
    background-color: #ffeb3b;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
}

.jujutsu {
    background-color: #92b4e4;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
}

.class-time {
    font-weight: bold;
    display: block;
}

.class-name {
    display: block;
}

/* Mobile and tablet view up to 820px (covers iPad vertical) */
@media (max-width: 820px) {
    .desktop-schedule {
        display: none;
    }
    .mobile-schedule {
        display: block;
    }
}

/* Desktop view from 821px and above (for larger screens) */
@media (min-width: 821px) {
    .mobile-schedule {
        display: none;
    }
    .desktop-schedule {
        display: block;
    }



#imageModal span {
    position: absolute;
    cursor: pointer;
}
}