label.md-nav__link > span.md-ellipsis {
    color: #525252;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}


mark {
    background: none !important;
    padding: 0;
    border-radius: 0.25em;
}


mark[style*="color:blue"] code {
    color: #0052cc !important;
    background: rgba(0, 82, 204, 0.12);
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
}

mark[style*="color:green"] code {
    color: #007a3d !important;
    background: rgba(0, 122, 61, 0.12);
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
}

mark[style*="color:orange"] code {
    color: #b85c00 !important;
    background: rgba(255, 165, 0, 0.18);
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
}

mark[style*="color:red"] code {
    color: #b30000 !important;
    background: rgba(255, 0, 0, 0.15);
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
}

mark[style*="color:purple"] code {
    color: #5e35b1 !important;
    background: rgba(94, 53, 177, 0.15);
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
}

.page-description {
    margin-top: -0.5em;
    margin-bottom: 1.5em;
    font-size: .8rem;
}

.md-typeset h1 {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 700 !important;
}

.md-typeset h2 {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600 !important;
}

.md-footer-meta__inner {
    visibility: hidden;
}

footer.md-footer,
footer.md-footer * {
    background-color: white !important;
    color: #000 !important;
}

.md-footer__link:hover {
    background-color: #f5f5f5 !important;
}

.md-footer__direction,
.md-copyright {
    color: #666 !important;
}


.md-footer-meta {
    display: none !important;
}


.md-footer-nav {
    padding: 0.4rem 0 !important;
    border-top: 1px solid #dee2e6 !important;
    background-color: white !important;
}

.md-footer__inner {
    background-color: white !important;
    padding: 0.5rem 0 !important;
    border-top: 1px solid #dee2e6 !important;
}

.md-footer__link {
    color: #000 !important;
    padding: 0.5rem 1rem !important;
    background-color: transparent !important;
    transition: color 0.2s ease !important;
}

.md-footer__link:hover {
    color: #0066cc !important;
    background-color: transparent !important;
}

.md-footer__link:hover .md-footer__title,
.md-footer__link:hover .md-footer__direction {
    color: #0066cc !important;
}

.md-footer__button svg {
    fill: #000 !important;
    transition: fill 0.2s ease !important;
}

.md-footer__link:hover .md-footer__button svg {
    fill: #0066cc !important;
}

.md-footer__title {
    font-size: 0.75rem !important;
    color: #000 !important;
}

.md-footer__direction {
    font-size: 0.625rem !important;
    color: #666 !important;
    text-transform: uppercase;
}


.admonition-title {
  color: transparent;
  position: relative;
}


