/* Minimise empty table headers */
.md-typeset table:not([class]) th:empty {
  /* display: none; */
  padding-top: 2px;
  padding-bottom: 0px;
}
.md-typeset .tabbed-content {
  box-shadow: 0 -0.05rem var(--md-default-fg-color--lightest) inset
}
/* Allow full-size logo in header */
.md-logo {
  padding: .2rem !important;
}
.md-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 36px;
}
.md-header-nav__topic:first-child {
  display: none;
}
video {
  width: 540px;
  max-width: 100%;
}

.quest-footer-image {
  padding: 10px;
}

.accent {
	color: var(--md-accent-fg-color)
}