/* Full Width Data Tables */
.md-typeset__table {
  width: 100%;
}

.md-typeset__table tr > :nth-child(n+2) {
  width: 12%;
}

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

.md-typeset table:not([class]) td {
  vertical-align: middle;
}