@import url("basic.css");
@import url("mntstyle.css");

code.literal {
    display: inline-block;
}

pre {
    background: #EEE;
    padding: 18px;
    font-family: monospace !important;
    font-size: 19px;
}

code, span.pre {
    background: #fff;
    font-family: monospace !important;
}

dl.field-list > dt {
    font-size: 19px;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 19px;
}

dl.field-list > dd {
    font-size: 19px;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 19px;
}

div.body {
    margin-bottom: 200px;
}

div.relations {
    display: none;
}

div.sphinxsidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    margin: 0;
    bottom: 0;
    overflow-y: auto;

    font-size: 14px;
    line-height: 1.4em;
}

div.sphinxsidebarwrapper {
}

div.sphinxsidebarwrapper h3 {
    display: none;
}

div.sphinxsidebar a {
    text-decoration: none;
}

div.sphinxsidebar a:hover {
    text-decoration: underline;
}

a.current {
    background: #000;
    color: #fff;
}

div.document {
    max-width: 940px;
    margin-left: 10px;
    margin-top: 10px;
}

div.documentwrapper {
    float: left;
    width: 100%;
}

div.bodywrapper {
    margin-left: 250px;
}

div.sphinxsidebar p.logo a,
div.sphinxsidebar h3 a,
div.sphinxsidebar p.logo a:hover,
div.sphinxsidebar h3 a:hover {
    border: none;
}

div.sphinxsidebar p {
    margin: 10px 0;
}

div.sphinxsidebar ul {
    margin: 10px 0;
    padding: 0;
    color: #000;
}

div.sphinxsidebar input {
    border: 1px solid #000;
}

a.headerlink {
    padding: 0 4px;
    text-decoration: none;
}

a.headerlink:hover {
    color: #fff;
    background: #000;
}

section > h1 {
    margin-top: 19px;
}

section > img {
    margin-bottom: 19px;
}

h1.logo > a {
    border: 0;
    background-image: url(logo.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 30px;
    background-color:white;
    font-size: 19px;
    padding-top: 90px;
}

h1.logo > a:hover {
    text-decoration: none;
    border: 0px
}

div.footer {
    display: none;
}

ul.search li {
    padding: 0 !important;
    background-image: none !important;
    font-size: 19px;
    line-height: 1.4em;
}

@media (max-width: 767px) {
    div.bodywrapper {
        margin: 0;
    }

    div.sphinxsidebar {
        position: static;
    }
}
