@charset "UTF-8";

#livestream-schedule th {
    background-color: var(--theme-bg-color);
    color: var(--white);
}

#livestream-schedule > tbody > tr {
    background-color: var(--blue-25);
}

#livestream-schedule > tbody > tr:nth-child(2n) {
    background-color: var(--white);
}

#livestream-schedule .lesson .live {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .75rem;
}

#livestream-schedule .lesson {
    cursor: pointer;
}

/* XS */
@media only screen and (min-width : 0px) {

}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {


}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {


}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}