.md-sidebar--primary,
.md-tabs,
.md-footer {
  display: none !important;
}

.md-main__inner {
  margin: 0 auto;
}

.md-content {
  margin: 0 auto;
}

.md-typeset table th,
.md-typeset table td {
  text-align: center;
}


.md-typeset__table {
  display: flex;
  justify-content: center;
}

.md-typeset__table table {
  width: auto !important;
}

/* Hide all nested TOC levels (anything below H2) */
.md-sidebar--secondary .md-nav__list .md-nav__list {
  display: none !important;
}

/* Hide hamburger menu in mobile/device mode */
.md-header__button.md-icon[for="__drawer"] {
  display: none !important;
}

.md-drawer {
  display: none !important;
}

.md-header__title {
  margin-left: 2 !important;
}

/* Hide "Table of contents" title */
.md-sidebar--secondary .md-nav__title {
  display: none !important;
}

Hide only the GOLNS Terminology TOC entry 
.md-sidebar--secondary a[href="#golns-terminology"] {
  display: none !important;
}

.md-sidebar--secondary li:has(> a[href="#golns-terminology"]) {
  display: none !important;
}

.md-sidebar--secondary .md-nav__item {
  margin-bottom: 1rem;
}

/* Hide H1 and remove its spacing */
.md-typeset h1 {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove top spacing from first visible element */
.md-typeset > :first-child {
  margin-top: 0 !important;
}

.md-typeset h2:first-of-type {
  margin-top: 0 !important;
}