.md-header {
  background-color: #ffffff;
  color: #2A3141;
  box-shadow: none;
  border-bottom: 1px solid #e5e7eb;
}

.md-header__title, .md-header__topic:first-child {
  color: #2A3141;
  font-weight: 400;
  font-size: 0.75rem;
}


/* Search bar */
.md-search__input {
  background-color: #f3f4f6;
  color: #2A3141;
}

.md-search__input::placeholder {
  color: #9ca3af;
}

/* Icons in header (search, menu) */
.md-header__button {
  color: #2A3141;
}

.md-header__button:hover {
  color: #14AA3C;
}

/* Logo sizing */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 28px;
  width: auto;
}

/* Column name: never wrap */
.md-content table td:first-child,
.md-content table th:first-child {
  white-space: nowrap;
  width: 1%;
}

/* Type column: compact */
.md-content table td:nth-child(2),
.md-content table th:nth-child(2) {
  white-space: nowrap;
  width: 1%;
}

/* Description column: take remaining space */
.md-content table td:nth-child(3),
.md-content table th:nth-child(3) {
  width: 100%;
}

/* Top nav tabs if present */
.md-tabs {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.md-tabs__link {
  color: #2A3141;
  opacity: 1;
}

.md-tabs__link:hover,
.md-tabs__link--active {
  color: #14AA3C;
}
