
@media screen and (max-width: 76.234375em) {
  .md-nav--primary .md-nav__title[for=__drawer] {
    background-color: #000000;
  }
}

/* Second bar from the top with the tabs (grey background */
.md-tabs {
  background-color: #808080;
}

/* Selected tab is a little bit lighter (as if the light shines on it) */
.md-tabs__item--active {
    background-color: #909090;
}


/* @media screen and (min-width: 76.25em) { */

