.md-typeset table:not([class]) th {
 min-width:3rem;
 padding:.5em .5em;
}
.md-typeset table:not([class]) td {
 padding:.5em .5em;
}


.specs table th:first-of-type {
    width: 30%;
}
.specs table th:nth-of-type(2) {
    width: 10%;
}
.specs table th:nth-of-type(3) {
    width: 10%;
}
.specs table th:nth-of-type(4) {
    width: 10%;
}

.locations table th:first-of-type {
    width: 30%;
}
