
.day-selector {
    text-align: center;
    margin-bottom: 15px;
}
.day-button {
    background: #0056d2;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 3px;
    cursor: pointer;
    border-radius: 4px;
}
.day-button.active {
    background-color: #ff6f00;
}
.table-container {
    max-width: 100%;
}
