/* Force logo size override */
header.md-header a.md-header__button.md-logo > img {
  height: 40px !important;
  width: auto !important;
}

/* Make top-level navigation titles bold */
.md-header__topic,
.md-tabs__link {
  font-weight: bold;
}
