.table-tpl.tpl3 table thead {
  color: var(--unideb-template-picker--table-tpl3--thead-color);
}

.table-tpl.tpl3 table thead th{
  background-color: var(--unideb-template-picker--table-tpl3--thead-th-background);
}

.table-tpl.tpl3 table th {
  background-color: var(--unideb-template-picker--table-tpl3--th-background);
  color: var(--unideb-template-picker--table-tpl3--th-color);
}

.table-tpl.tpl3 table td {
  background-color: var(--unideb-template-picker--table-tpl3--td-background);
  color: var(--unideb-template-picker--table-tpl3--td-color);
}

.table-tpl.tpl3 table td,
.table-tpl.tpl3 table th {
  border-top: 1px solid var(--unideb-template-picker--table-tpl3--border-color);
}

.table-tpl.tpl3 table thead th,
.table-tpl.tpl3 table tbody th,
.table-tpl.tpl3 table tbody td {
  border-color: var(--unideb-template-picker--table-tpl3--border-color);
}

.table-tpl.tpl3 table tbody tr:nth-child(2n) > td:nth-child(n) {
  background-color: var(--unideb-template-picker--table-tpl3--even-row-background);
  color: var(--unideb-template-picker--table-tpl3--even-row-color);
}
