body{
    background-color: #fcfcfc;
}

.md-nav__item .md-nav__link--active,
.md-nav__link--active,
.md-nav__link:active{
    color: #00bfa5;
}

.md-main__inner{
    padding-bottom: 3rem;
}

.md-logo{
    padding: 0.4rem;
}

.md-logo img{
    width: 32px !important;
    height: 32px !important;
}

.md-header-nav__topic:first-child::after{
    content: 'docs';
    color: #777;
    font-weight: 300;
}

.md-typeset .md-typeset__table table, .admonition{
    background-color: #fff;
}