label {
  margin-bottom: 0px;
}

html .md-nav__link[for=__toc]~.ad {
  display: none;
}

.md-search__icon[for=__search] {
  top: .4rem;
  left: .5rem;
}

.md-typeset table:not([class]) {
  border-radius: .4rem;
  background: #f7f7f7;
}

.md-search {
  padding: 0.05rem !important;
}

.md-typeset .headerlink {
  display: none;
}

.md-typeset:hover .headerlink{
  display: inline-block;
}

.md-content__button.md-icon {
  display: none;
}

.md-sidebar__inner .md-nav__source {
  display: none;
}

.md-typeset {
  line-height: 1.5;
}

.md-nav__item a,
.md-search-result__link {
  text-decoration: none !important;
}

.md-footer-nav {
  background: #f7f7f7;
}

a.md-source {
  text-decoration: unset !important;
}

.md-nav__link--active,
.md-nav__link:active,
.md-footer-nav__link,
.md-footer-nav__direction,
.md-nav__item .md-nav__link--active {
  color: #000;
}

@media screen and (max-width: 76.1875em) {
  .md-nav--primary .md-nav__item--active>.md-nav__link {
      color: #000;
  }
}

.md-typeset h1 {
  color: #000;
}

.md-typeset table:not([class]) {
  box-shadow: none !important;
}

.md-nav__item--active>.md-nav__link {
  font-weight: bold;
}

a:hover,
.md-nav__link:hover,
.md-nav__link:active,
.md-nav__link:focus {
  color: rgba(77, 77, 77, .9) !important;
}

.md-header {
  background-color: #ffeb68 !important;
  box-shadow: none !important;
  color: #333;
}

.md-footer-meta {
  display: none;
}

.md-typeset pre {
  background-color: #85e0bd;
  padding: 2em 28px;
  box-sizing: border-box;
  border-radius: 3px;
}

.md-typeset pre code {
  background-color: #85e0bd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'CircularBold';
}

.md-typeset a {
  color: #000 !important;
  text-decoration: underline;
}

.md-typeset code {
  background-color: #f7f7f7;
  margin: 0px;
  box-shadow: none;
}

.md-typeset table:not([class]) th {
  min-width: auto;
  background-color: #f7f7f7 !important;
  color: #000 !important;
  vertical-align: top;
}

.md-content__icon {
  display: none;
}

/* .md-nav--primary .md-nav__list {
  padding-bottom: 10rem;
} */

/* .md-nav--primary {
  padding-bottom: 9rem;
} */

.md-source::after {
  content: none;
}