/* Tables span the full content width instead of shrinking to their content. */
.md-typeset__table {
  width: 100%;
}

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
}

/* Keep identifiers and formats in table cells on one line. */
.md-typeset table:not([class]) td code {
  white-space: nowrap;
}
