<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .args-table {
  text-align: center;
  background-color: rgb(250, 250, 250);
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
th,
td {
  font-size: 14px;
  height: 2.5em;
  text-align: left;
}

th[colspan="4"],
td[colspan="4"] {
  text-align: center;
  font-size: 14px;
}
th[colspan="2"],
td[colspan="2"] {
  font-size: 14px;
}


tr :nth-child(odd) {
  background-color: #f0f0f0;
}

th {
  font-weight: normal;
  text-align: center;
}

.table {
  font-size: 14px;
} */

/*  */

/* .-new-rule {
  th:nth-child(odd),
  td:nth-child(odd) {
    font-weight: normal;
  }
} */

tr:nth-child(odd) {
  background-color: #f0f0f0;
}

th {
  font-weight: normal;
}

.table {
  font-size: 14px;
}
th,
td {
  height: 2em;
  line-height: 2em;
}

</pre></body></html>