main .tabel {
  padding: 4px;
  border: 1px solid #bbbbbb;
}
main .tabel:not(:first-child) {
  margin-top: 16px;
}
main .tabel table {
  width: 100%;
  border-collapse: collapse;
}
main .tabel caption,
main .tabel th,
main .tabel td {
  margin: 0;
  padding: 6px 10px 6px 10px;
  font-family: 'Open Sans', verdana, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  color: #ffffff;
  background-color: #ffffff;
}
main .tabel caption {
  background-color: #888888;
  white-space: nowrap;
}
main .tabel th {
  background-color: #bbbbbb;
  white-space: nowrap;
}
main .tabel th.minimaal,
main .tabel td.minimaal {
  width: 1px;
  white-space: nowrap;
}
main .tabel.autogrid th:nth-child(even),
main .tabel th.donker:nth-child(even) {
  background-color: #aaaaaa;
}
main .tabel th.donker.blauw:nth-child(even) {
  background-color: #acb2b8;
}
main .tabel td {
  text-align: left;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
}
main .tabel.autogrid td:nth-child(even),
main .tabel td.donker:nth-child(even) {
  background-color: #eeeeee;
}
main .tabel.autogrid tr:nth-child(even) td:nth-child(odd),
main .tabel tr.donker td {
  background-color: #eeeeee;
}
main .tabel tr td.blauw {
  background-color: #eaf3fa;
}
main .tabel.autogrid tr:nth-child(even) td:nth-child(even),
main .tabel tr.donker td.donker {
  background-color: #dddddd;
}
main .tabel tr.donker td.blauw {
  background-color: #dbe3ea;
}
main .tabel tr.saldo td:first-child {
  white-space: nowrap;
}
main .tabel tr.saldo td:last-child {
  white-space: nowrap;
  padding-left: 0;
}
main .tabel td.cashback {
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #3489d2;
}
main .tabel td.notificatie {
  line-height: 48px;
}
main .tabel td.notificatie span {
  margin-left: 6px;
  margin-right: 6px;
  padding: 3px 7px 3px 7px;
  background-color: #3489d2;
  color: #ffffff;
}
main .tabel td a,
main .tabel td a:visited {
  color: #3489d2;
}
main .tabel td a:hover {
  color: #0265a2;
}
main .tabs {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */
  align-items: flex-end;
  gap: 4px;
  margin-top: 16px;
  margin-bottom: -12px;
}
main .tabs::-webkit-scrollbar {
  display: none;
}
main .tabs .tab {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 6px 10px 6px 10px;
  font-family: 'Open Sans', verdana, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background-color: #bbbbbb;
  color: #ffffff;
  transition: background-color 0.2s ease;
}
main .tabs .tab:hover {
  background-color: #b06713;
  line-height: 24px;
}
main .tabs .tab.actief {
  background-color: #f6901b;
  line-height: 24px;
}
main .tabel .statusbalk {
  display: flex;
  overflow: hidden;
  margin: 6px 0 6px 0;
  width: 100px;
  height: 12px;
  background-color: #bbbbbb;
}
main .tabel .statusbalk .balk.rood {
  background-color: #ff0000;
}
main .tabel .statusbalk .balk.groen {
  background-color: #39b44a;
}
@media (max-width: 480px) { /* MINIMAAL */
}
@media (min-width: 481px) and (max-width: 768px) { /* MOBIEL */
}
@media (min-width: 769px) and (max-width: 1280px) { /* BREDER */
}
@media (min-width: 1281px) { /* BREEDST */
}