.MainHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaecef;
}

@media (max-width: 768px) {
    .MainHeader {
        flex-direction: column;
        align-items: center;
        align-content: stretch;
        flex-wrap: nowrap;
    }

    .markdown-body {
        margin-top: 0px !important;
    }
}

.anchorjs-link {
    float: left;
    padding-right: 10px;
    padding-left: 0em !important;
}

.GitHubOnly {
    display: none;
    visibility: hidden;
}

.rouge-table {
    display: inherit !important;
}

.rouge-table .markdown-body table tr {
    border: none !important;
}

.rouge-code {
    padding: 0px !important;
    border: none !important;
}

.rouge-table tr {
    border: none !important;
}

td.rouge-gutter.gl {
    padding: 0px !important;
    border: none;
    border-right: 1px solid #c6cbd1;
}

.embed-container {
    margin-bottom: 25px;
}

.blue-pen {
    color: #3c99d6;
}


#breadcrumbs {
    text-transform: capitalize;
}

.section-nav {
    margin-bottom: 0px !important;
}