.md-header {
    border-top: 8px solid #FFDC00;
    box-shadow: none !important;
    color: #40526b;
}

article h1 {
color: #40526b !important;
    font-weight: bold !important;
}

/* Background */
.md-footer {
    background-color: white;
}

/* Arrow icons */
.md-footer__button {
    color: #333;
}

/* "Previous" / "Next" labels */
.md-footer__direction {
    color: #888;
}

/* Page title links */
.md-footer__title {
    color: #333;
}

/* Hover state */
.md-footer__link:hover .md-footer__title {
    color: orange;
}

/* Border on top to separate from content */
.md-footer__inner {
    border-top: 1px solid #e0e0e0;
}

.md-footer-meta {
    display: none;
}
.md-footer__link {
    margin-top: 8px;
}



/*.md-sidebar--primary {*/
/*    visibility: hidden;*/
/*}*/


.md-footer .md-ellipsis {
    display: none;
}
.md-footer__button.md-icon {
    color: #888;
    font-size: 12px;
}
.md-nav__title {
    display: none;
}
