.openingstijden {
  font-size: 12px;
  color: #fff;
  border-collapse: collapse;
  line-height: 1.6;
  font-family: var(--op-font, inherit);
}
.openingstijden td {
  padding: 6px 18px 6px 6px;
}

.openingstijden {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.openingstijden tr:last-child td { opacity: 0.6; }
.openingstijden tr td:first-child { white-space: nowrap; }
.openingstijden tr.today td {
  font-weight: 600;
  color: var(--op-accent, #ffd966);
}
