.rdj-tabs-container {
    font-family: Arial, sans-serif;
}

/* Tabs */
.rdj-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.rdj-tab {
    flex: 1;
    padding: 10px;
    background: #eee;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.rdj-tab.active {
    background: #222;
    color: #fff;
}

/* Dag content */
.rdj-day-content {
    display: none;
}

/* Rijen */
.rdj-row {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.rdj-time {
    width: 70px;
    font-weight: bold;
}

.rdj-show {
    flex: 1;
}

.rdj-show a {
    text-decoration: none;
    color: #000;
}

.rdj-show a:hover {
    text-decoration: underline;
}

.rdj-empty {
    padding: 10px;
    color: #999;
}