
/* Allows the tables to be full width on a page, a lot nicer than randomly sized! */
/* https://github.com/squidfunk/mkdocs-material/discussions/3530 */

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