.category-course-table-opener {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    position: relative;
    z-index: 10002;
}

.category-course-table-opener-active {
    border: 1px solid #a4cf0b;
    background-color: white;
}

.category-course-table-wrapper {
    display: none;
    border: 1px solid #a4cf0b;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    background-color: white;
    width: 600px;
}

.category-course-table-wrapper-active {
    display: block;
}

.category-course-table-heading {
    text-align: center;
    background-color: #a4cf0b;
    color: white;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: bold;
}

.category-course-table {
    margin: 5px 10px;
    border-spacing: 0;
}

.category-course-table th {
    background-color: white;
    color: #a4cf0b;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

.category-course-table td {
    background-color: white;
    border-top: 1px #cecece solid;
    padding: 10px;
    text-align: left;
}

.category-course-table td img {
    margin: 0;
    padding: 0;
}

.next-schedule {
    min-width: 70px;
    font-size: 16px;
}

@media screen and (max-width: 980px) {
    .category-course-table-opener {
        display: none;
    }
}