body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    padding: 20px;
}

h3 {
    text-align: center;
    margin-bottom: 20px;
}

.schedule-item {
    margin: 15px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

time {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
}

.schedule-item h4 {
    font-size: 1.1em;
    margin: 5px 0;
}

.tab-content {
    padding: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-tabs > li {
        float: none;
        display: block;
        width: 100%;
    }
    .col-md-2, .col-md-10 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
