.dagrooster-container {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.dagrooster-table {
    width: 100%;
    border-collapse: collapse;
}

.dagrooster-table th, .dagrooster-table td {
    border: 1px solid #ddd;
    padding: 2px;
    text-align: left;
}

.dagrooster-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.dagrooster-datepicker-container {
    margin-bottom: 10px;
}

#dagrooster-output table {
    width: 100%;
    border-collapse: collapse;
}

#dagrooster-output th, #dagrooster-output td {
    padding: 2px;
    border: 1px solid #000;
}

#dagrooster-output th {
    background-color: #f4f4f4;
}

.rit-cell {
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
}

.rit-cell .ritnummer {
    text-align: left;
    padding-right: 15px;
}

.rit-cell .tijd {
    text-align: right;
    float: right;
}
