@import "css/theme.css";

.rst-content dl:not(.docutils) dt {
    float: left;
    margin: 2px 2px 1px 0px !important;
}

.rst-content dl:not(.docutils) dt + dd {
    padding-top: 6px;
}

.rst-content dl dd {
    clear: both;
}


.rst-content div[class^='highlight'] pre {
    padding: 7px 7px 4px 7px;
    font-size: 14px;
    line-height: 140%;
}

code.literal .pre {
    font-size: 13px;
}

.rst-content .external code {
    color: #404040;
}

/* Tables with functions */
.rst-content table.docutils td {vertical-align: top; padding: 6px 16px; line-height: 20px}
.wy-table-responsive table td {white-space: normal}
.wy-table-responsive table td:first-child {white-space: nowrap}
.rst-content code.xref {color: #2E7FB3; font-size: 90%;
    padding: 0px 2px; border: none; background: none; line-height: 20px}
