table.reservations .reserved.mine {
    background-color: rgb(0, 38, 255);
}

.custom-example-class {
    border: 2px dotted rgb(0, 255, 179);
}
