.md-typeset__table {
    width: 100%;
    margin-bottom: 1em;
}

.md-typeset__table table {
    width: 100% !important;
    display: table !important; 
    margin: 0;
}

.md-typeset table th, 
.md-typeset table td {
    width: auto;
    min-width: 100px; 
}