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

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

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

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

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

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

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

.table-tpl.tpl4 table thead th {
  border-bottom-width: 2px;
  border-top-width: 0;
}

.table-tpl.tpl4 table thead th{
  text-align: center;
}
