.tabel th {
  text-align: left;
}
.tabel tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--secondary-faded) !important;
}