.header {
    box-shadow: 0 1.5px 3px rgba(0,0,0,.24),0 3px 8px rgba(0,0,0,.05);
    background: white;
    color: #cc5636;
}

.article a, .article h1, .article h2 {
    color: #172c44;
}

.drawer .toc a.current, .drawer .toc a:focus, .drawer .toc a:hover {
    color: #cc5636;
}

.footer {
    background: #172c44;
    color: #172c44;
}
.article table th {
    background: #172c44;
}

.admonition.note table th{
    background: #4c6d83 !important;
}

.admonition.warning table th{
    background: #4c6d83 !important;
}

.project .banner{
    background-image: url('../ewlogo.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0;
}

.project .name{
    font-size: 0;
}

.article {
    box-shadow: 0 0 15px;
}

.drawer .anchor a {
    border-left: 2px solid #172c44;
}

@media only screen and (max-width:959px) {.project{
background: white;}
}

.project .banner{
    height: 170px;
}
.drawer .scrollable {top: 170px;z-index: -1;}


.results .meta {
    background: #172c44;
    color: rgba(250, 230, 250, 0.87);
}

.admonition.note strong,
.admonition.note code{
    color: rgba(0, 0, 0, 0.87);
    background: rgba(230,230,230,.7);

}



img{cursor: pointer}

.md-content__edit, .md-footer-nav__button, .md-header-nav__button, .md-nav__button, .md-nav__title::before{padding: 0 !important;}










@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}