.md-typeset__table {
    min-width: 100%;
 }

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

 .md-typeset table:not([class]) td {
    vertical-align: middle;
}
