/* Make every content table the same full-width, fixed-layout size instead
   of auto-sizing to its own content. */
.md-typeset table:not([class]) {
  width: 100%;
  table-layout: fixed;
}

.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  overflow-wrap: break-word;
}
