.hidden {
    display: none !important;
}
.mfesm-schedule .days .table-container {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
}
.mfesm-schedule .days .table-container table {
    table-layout: fixed;
}
.mfesm-schedule .days .table-container table th:first-child {
    width: 200px;
}
.mfesm-schedule .days .table-container table th:not(:first-child) {
    width: 320px;
}
.mfesm-schedule .days .table-container table tr {
    position: relative;
}

.mfesm-schedule .days .table-container .mfesm-table td {
    padding: 0;
}

.mfesm-schedule .days .table-container .mfesm-table td * {
    padding: 8px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.mfesm-schedule .days .table-container table th:first-child, .mfesm-schedule .days .table-container table td:first-child {
    position: sticky;
    left: 0;
    background: white;
    padding: 8px;
}

.mfesm-schedule .button {
    background: #5577ff;
    color: white;
    display: inline-block;
    margin-right: 5px;
}

.mfesm-schedule .button:hover {
    background: #6688ff;
}

.mfesm-schedule .button.active {
    background: #4444ff;
}

.mfesm-schedule .mfesm-day-dropdown input[type=radio] {
    display: none;
}
/*
 *  Beautiful scrollbar for tables
 */

 .beautiful-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.beautiful-scroll::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
}
.beautiful-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}