
/* Liquid negation */
table.open-tijd-tabel tbody tr:nth-child(odd) {
    background-color: transparent;
}
table.open-tijd-tabel tr {
    border-bottom: none;
}
/*style*/
.open-tijd-tabel {
    border: none;
    border-collapse: collapse;
}
.open-tijd-tabel td {
    text-align: left;
    padding: 3px 20px 2px 10px;
    border: none;
    color: black; /* change to change text color */
}
.open-tijd-tabel th {
    text-align: left;
    padding: 3px 20px 2px 10px;
    border: none;
    font-size: larger;
}
table.open-tijd-tabel .current-day {
    background-color: #00000018!important; /* change to change highlight color */
}
.open-tijd-dag {
    font-weight: 600;
}
.open-tijd-tabel {
    background-color: inherit;
    border: inherit;
    color: inherit;
}