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

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

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

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

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

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

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