.md-header, .md-tabs {
    background-color: #f0dc9c;
}

.md-header__title .md-header__topic {
    height:100%;
}

.md-header__title .md-header__topic .md-header__image {
    height: 100%;
    padding: 5px 0;
}

@media screen and (min-width: 76.25em) {
    header .md-header__inner {
        display: block;
        float: left;
        width: 40%;
        margin-left: 10%;
    }

    header nav.md-tabs {
        float: right;
        width: 40%;
    }

    /* Add separator lines between navigation items */
    .md-main .md-nav .md-nav__item--active .md-nav__item, .md-sidebar--secondary .md-sidebar__inner .md-nav__list .md-nav__item {
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 0.5rem;
      margin-bottom: 0.5rem;
    }

    .md-main .md-nav .md-nav__item--active .md-nav__item:last-child, .md-sidebar--secondary .md-sidebar__inner .md-nav__list .md-nav__item:last-child {
      border-bottom: none;
    }
}

.article-meta {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  color: var(--md-default-fg-color--light);
  opacity: 0.7;
}

.article-meta span {
  display: inline-block;
  margin-right: 1rem;
}

.article-meta svg {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
  margin-right: 0.3rem;
  opacity: 0.6;
}

@media screen and (max-width: 44.9375em) {
  .article-meta span {
    display: block;
    margin-bottom: 0.1rem;
    margin-right: 0;
  }
}
