#modalReservation {
    max-width: 700px;
    width: 100%;
}

#modalReservation .col {
    display: inline-block;
    max-width: 300px; 
    text-align: center;
}

#modalReservation .rd-days td, #modalReservation .rd-days th {
    font-size: 15px;
    line-height: normal;
    padding: 5px;
}

.nectar-button {
    cursor: pointer;
}

.sleuteltabs {
    margin-bottom: 10px;
}

.sleuteltabs div {
    background-color: #4d4d4d;
    border: 1px solid #737373;
    border-top: 0;
    border-left: 0;
    border-radius: 0 !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 20px 10px;
}

.sleuteltabs div:hover {
    background: #737373;
}

.sleuteltabs div.active {
    background: #d8af32;
}

#lijst {
    margin-top: 10px;
}

#lijst .item {
    border-top: 1px solid #737373;
}

#lijst .item:last-child {
    border-bottom: 1px solid #737373;
}

#lijst .vantot {
    font-size: 0.8em;
}

#calendar {
    font-size: 14px;
}

#calendar table {
    margin: 0;
}

#calendar th {
    padding: 0;
    text-align: center;
}

#calendar td {
    padding: 0;
}