.tl_table_widget {
  margin-top: 3px;
}
.tl_table_widget table th, .tl_table_widget table td {
  padding: 7px 15px;
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.tl_table_widget table th, .tl_table_widget table tfoot td {
  background: #b0b0b0;
  color: #000;
}
.tl_table_widget table tr:nth-child(odd) {
  background: #f5f5f5;
}
.tl_table_widget table tr:nth-child(even) {
  background: #fff;
}
.tl_table_widget table td a {
  color: rgb(244, 124, 0);
}

.tl_listing tr td {
  background: inherit;
}
.tl_listing tr:nth-child(odd) {
  background: #f5f5f5;
}
.tl_listing tr:nth-child(even) {
  background: #fff;
}

html[data-color-scheme=dark] .tl_listing tr:nth-child(2n+1) {
  background: inherit;
}
html[data-color-scheme=dark] .tl_listing tr:nth-child(2n) {
  background: #373737;
}
html[data-color-scheme=dark] .tl_listing a.updateManager {
  filter: invert(1);
}
html[data-color-scheme=dark] .widget-group .widget-group--element {
  background-color: var(--form-bg);
  border: 1px solid var(--form-border);
}

/*# sourceMappingURL=table.css.map */
