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

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

.explicit-col-width th:nth-child(1) {
    width: 5%;
}

.explicit-col-width th:nth-child(3) {
    width: 5%;
}

.explicit-col-width th:nth-child(4) {
    width: 10%;
}

.explicit-col-width th:nth-child(5) {
    width: 10%;
}

.explicit-col-width th:nth-child(6) {
    width: 40%;
}

/* .explicit-col-width th:nth-child(2) { width: 10%; }
.explicit-col-width th:nth-child(3) { width: 20%; }
.explicit-col-width th:nth-child(4) { width: 50%; } */