/* Override Material's aggressive table th min-width */
.md-typeset table:not([class]) th {
  min-width: 0;
}
