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

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

.md-typeset table th,
.md-typeset table td {
    border: 1px solid;
    padding: 8px;
}

.md-typeset table th:first-child,
.md-typeset table td:first-child {
    width: 20%;
}

.md-typeset table th:nth-child(2),
.md-typeset table td:nth-child(2) {
    width: 20%;
}

.md-typeset table th:nth-child(3),
.md-typeset table td:nth-child(3) {
    width: 60%;
}
