.md-sidebar--secondary {
    display:none;
}

/*
.md-content {
    margin-right:none;
    max-width:100em;
}
*/
/*
td {
  font-size: 90%;
}
*/

.md-grid {
  max-width: 70rem;
}

@media only screen and (min-width: 60em) and (max-width: 76.25em) {
  .md-content {
    max-width: calc(100% - 3.5rem);
  }
}

@media only screen and (min-width: 76.25em) {
  .md-content {
    max-width: calc(100% - (12.1rem + 3.5rem));
  }
  .md-main__inner {
    max-width: none;
  }
  .md-sidebar--primary {
    left: 20px;
  }
}

.md-header {
    height: 3rem;
}

.md-grid {
    max-width: 97%;
}

.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
    height: 1.7rem;
    width: initial;
}

.md-header-nav__title {
    font-size:1.1rem;
    line-height: 3rem;
}

.md-search__inner {
    padding: .4rem 0;
}

.md-typeset .admonition, .md-typeset details {
    font-size:100%;
}

:root {
    font-size: 120%;
}
