.wy-side-nav-search {
    height: 130px;
}

.wy-nav-content-wrap .wy-nav-content {
    max-width: 900px;
}

.wy-menu-vertical li .reference code {
    font-size: 90%;
}

.rst-content div > section:first-child h1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    text-align: right;
    padding-bottom: 4px;
    border-bottom: 1px solid #e1e4e5;
}

.rst-content .code-block-caption {
    font-size: 90%;
    text-align: left;
    padding-top: 0;
}

.rst-content dl[class] > dt {
    border-top-color: slategray !important;
}

.rst-content code.xref {
    color: darkred;
    border: none;
}

.rst-content code.literal:not(.xref) {
    color: mediumblue;
    border-color: lightsteelblue;
}

.rst-content a.reference code.xref {
    color: #444444;
    border: 1px solid gainsboro;
}

.rst-content section > section:nth-of-type(1):not(.release-notes) h2 {
    border-bottom: 1px dashed darkgray;
    padding-bottom: 8px;
}

.rst-content section > section:nth-of-type(n+2):not(.release-notes) h2, .rst-content section > :not(h1) + section:not(.release-notes) h2 {
    border-top: 1px dashed darkgray;
    border-bottom: none !important;
    padding-top: 8px;
    padding-bottom: 0px !important;
}

.rst-content section > h5 {
    font-size: 100%;
    text-decoration: underline;
    text-underline-position: under;
}

.rst-content dl[class] .descclassname {
    display: none;
}

.rst-content .admonition {
    padding-bottom: 10px;
    border: solid 1px lightgray;
}

.rst-content .admonition-title {
    width: 115px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    padding: 6px 8px;
    float: right;
}

.rst-content .footnote-reference {
    top: -0.5em;
    font-size: 75%;
}

.rst-content .admonition p:last-child {
    font-size: 13px;
    line-height: 20px;
    padding-right: 110px;
}

.rst-content .admonition code.literal {
    font-size: 90%;
}

.rst-content .admonition em.alt {
    font-size: 100%;
}

.hlist ul.simple li, .hlist ul.simple p {
    line-height: 20px;
    font-size: 12px;
}

.versionadded  blockquote .hlist ul.simple {
    margin-bottom: 0px;
}

.section-caption .code-block-caption {
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
}

.section-caption .code-block-caption em {
    font-size: 85%;
    font-weight: 400;
}