/*.md-header {
    height: 3.5rem;
    padding-top: .5rem;
}*/


.md-header-nav__button {
    z-index: 10;
    display: block;
    cursor: pointer;
    transition: opacity 250ms;
}

.md-header-nav__button.md-logo {
    margin: .1rem 0rem .1rem .1rem;
    padding: 0rem;
}

.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
    display: block;
    width: 2rem;
    height: 2rem;
    fill: currentColor;
}

.md-typeset h2 {
    margin-top: 1rem;
}

.md-typeset h3 {
    margin-top: 1rem;
}

.md-typeset h2:after {
    content:' ';
    display:block;
    border:1px solid #d0d0d0;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
}

.md-typeset h3 {
    overflow:hidden;
}

.md-typeset h3:after {
    content:'';
    display:inline-block;
    width:100%; height:100%;
    margin-right:-100%;
    border-bottom:1px solid #d0d0d0;
    vertical-align: middle;
}

.md-grid {
    max-width: 70rem;
    margin-right: auto;
    margin-left: auto;
}

.md-content {
  text-align: justify;
}

.md-typeset {
  line-height: 1.2em;
  font-size: 18px;
}

.bstreeview .list-group-item {
  font-size: 16px;
}
