/* Hide Material's right-hand page TOC sidebar (site nav remains on the left). */
/*.md-sidebar--secondary {
  display: none !important;
}
*/
/* Use the space: single main column beside primary nav on wide screens. */
@media screen and (min-width: 76.25em) {
  .md-main__inner.md-grid {
    grid-template-columns: minmax(12rem, 15rem) minmax(0, 1fr);
  }
}

.no-header thead {
    display: none;
}

.no-header tr:first-child td {
    border-top: 0; /* Optional: removes top border if it looks weird */
}