body{
    font-weight: 300;
}

header.md-header{
    background-color: #EEE;
    color: #333;
}

header nav:first-of-type{
    margin: 10px auto;
}

nav.md-tabs{
    background-color: #3d2e88;
    color: #FFF;
    font-weight: 400;
    opacity: 1;
}
nav.md-tabs li:hover{
    background-color: #3f51b5;
    font-size: 400 !important;
}

.md-search form input, .md-search form input:active, .md-search form input:focus{
    background-color: #999;
    color: #FFF;
}

.md-footer{
    background: #666;
}

.md-nav__item.md-nav__item--active.md-nav__current-toc {
    display: none;
}

/* Hide the page title from the left sidebar */
.md-nav--primary .md-nav__item--active > .md-nav__link--active {
    display: none;
}

/* Hide the page title link in active navigation item */
.md-nav--primary .md-nav__item--active > a.md-nav__link--active {
    display: none;
}

.search-result-objlabel{
    border-radius: 25px;
    float: right;
    padding: 5px 10px;
    background: #4da1d8;
    font-size: 0.8em;
    border: none;
}

.md-version button{
    font-weight: 100 !important;
}

.md-logo img{
    height: 3.0rem !important;
    border-radius: 1px !important;
    margin: .0rem !important;
    padding: .0rem !important;
}
a.md-header__button.md-logo{
    margin: .0rem !important;
    padding: .0rem !important;
}


@media only screen and (max-width: 75em){
    .md-nav__source{
        background-color: #666;
    }
}
@media only screen and (max-width: 75em){
    .md-nav--primary .md-nav__title[for=__drawer]{
        background-color: #7986cb;
        min-height: unset;
    }
}

.md-typeset table.data:not(.plain) th {
    min-width: 4.2rem;
}
