body {
    margin-top: 20px;
}

.idance .schedule .nav-tabs {
    border-bottom: 2px solid #104455;
}

.idance .schedule .nav-tabs>li>a {
    color: #3d3d3d;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
}

.idance .schedule .nav-tabs>li.active>a,
.idance .schedule .nav-tabs>li.active>a:focus,
.idance .schedule .nav-tabs>li.active>a:hover {
    background-color: #104455;
    color: #fff;
}

.idance .schedule .nav-tabs>li>a:hover {
    background-color: #46c1be;
    color: #fff;
}

.idance .timetable-item {
    border: 1px solid #d8e3eb;
    padding: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.idance .timetable-item .details {
    flex: 1;
}

.idance .timetable-item h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.idance .timetable-item p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #7f7f7f;
}

.btn-book {
    padding: 6px 20px;
    background-color: #104455;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn-book:hover {
    background-color: #46c1be;
}

@media (max-width: 768px) {
    .idance .timetable-item {
        flex-direction: column;
        text-align: center;
    }

    .btn-book {
        margin-top: 10px;
    }
}






