#businessHours {
    display: none;
}

.openingstijden.list th,
.openingstijden.list td {
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #ededed;
}

.openingstijden.list th {
    font-weight: bold;
}

.openingstijden.list tr:nth-child(even) {
    background-color: #f3f3f3;
}

.openingstijden.list tr:nth-child(odd) {
    background-color: #ffffff;
}