table th:first-of-type {
    width: 33%;
}
table th:nth-of-type(2) {
    width: 33%;
}
table th:nth-of-type(3) {
    width: 33%;
}
/* Set table widths to 100% */
.md-typeset__table {
    min-width: 100%;
 }