
.md-typeset .arithmatex {
  overflow-x: auto;
}

@media (max-width: 768px) {
  .md-typeset table {
    display: block;
    overflow-x: auto;
  }
}

/* Show a concise title next to the logo */
.md-header__title {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  margin-right: 0.85rem;
  text-transform: none;
}

.md-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.md-header__button.md-logo {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  margin: 0 0.5rem 0 0;
}

.md-header__button.md-logo img {
  height: 28px;
  width: auto;
}

.md-nav--primary > .md-nav__title .md-logo,
.md-nav--primary > .md-nav__title .md-logo img,
.md-nav--primary > .md-nav__title .md-logo svg {
  height: 42px !important;
  width: auto;
  margin-right: 0.4rem;
  margin-bottom: 0;
}

.md-nav--primary > .md-nav__title .md-nav__title-text {
  display: none;
}

.md-header__button.md-icon {
  order: -1;
  margin-left: 0;
  margin-right: 0.5rem;
}

.md-tabs__inner {
  justify-content: flex-start;
}

.md-search {
  margin-left: 0.5rem;
}