body {
    background-color: #0101;
}
div.document {
    background-color: white;
}

@media only screen and (min-width:60em){
    .md-content{
        margin-right:15rem
    }
    [dir=rtl] .md-content{
        margin-right:0;
        margin-left:15rem
    }
}

@media only screen and (min-width:76.25em){
    .md-content{
        margin-left:15rem
    }
    [dir=rtl] .md-content{
        margin-right:15rem
    }
}

@media only screen and (min-width:88.25em) {
    .md-sidebar--secondary {
        margin-left: 100%
    }
    [dir=rtl] .md-sidebar--secondary {
        margin-right: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width:76.1875em){
    .md-sidebar--primary{
        position:fixed;
        top:0;
        left:-15rem;
        width:15rem;
        height:100%;
        -webkit-transform:translateX(0);
        transform:translateX(0);
        transition:box-shadow .25s,-webkit-transform .25s cubic-bezier(.4,0,.2,1);
        transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;
        transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s,-webkit-transform .25s cubic-bezier(.4,0,.2,1);
        background-color:#fff;
        z-index:3
    }
    [dir=rtl] .md-sidebar--primary{
        right:-15rem;
        left:auto
    }
    .no-csstransforms3d .md-sidebar--primary{
        display:none
    }
    [data-md-toggle=drawer]:checked~.md-container .md-sidebar--primary{
        box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.4);
        -webkit-transform:translateX(15rem);
        transform:translateX(15rem)
    }
    [dir=rtl] [data-md-toggle=drawer]:checked~.md-container .md-sidebar--primary{
        -webkit-transform:translateX(-15rem);
        transform:translateX(-15rem)
    }
}

.md-grid{
    max-width:100%;
}

.md-sidebar{
    width:15rem;
}

.md-typeset .code-block-caption:before{
    content:"\E86F";
    color:#448aff;
}

.md-typeset .code-block-caption{
    border-left-color:#00b0ff;
    border-bottom-color:rgba(0,176,255,.1);
    background-color:rgba(0,176,255,.1);
    padding-left: 2.6rem;
    margin: unset;
}

[dir=rtl] .md-typeset .code-block-caption{
    border-right-color:#00b0ff;
}

.md-typeset .code-block-details{
    box-shadow: none;
    padding: unset;
    border-left: none;
    border-radius: none;
}

.md-typeset .code-block-pre{
    margin-top: 0;
}