/* Material for MkDocs */
.md-grid {
  max-width: 1440px;
}

/* MkDocs Read the Docs theme */
.wy-nav-content {
  max-width: 1440px;
}

/* Tables */
.wy-table-responsive,
.md-typeset__table {
  max-width: 1440px;
}

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