/* API parameter tables */
.md-typeset table:not([class]) {
  font-size: 0.82rem;
  border: 1px solid var(--md-typeset-table-color);
}

.md-typeset table:not([class]) th {
  background-color: var(--md-primary-fg-color);
  color: var(--md-primary-bg-color);
  font-weight: 600;
  white-space: nowrap;
}

.md-typeset table:not([class]) td:nth-child(2),
.md-typeset table:not([class]) td:nth-child(3) {
  white-space: nowrap;
  text-align: center;
}

.md-typeset table:not([class]) tbody tr:nth-child(even) {
  background-color: var(--md-default-fg-color--lightest);
}

/* Responsive tables on mobile */
@media screen and (max-width: 76.1875em) {
  .md-typeset table:not([class]) {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
