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

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

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

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

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

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

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