@import url('alabaster.css');

div.document {
    width: 1100px;
    margin: 30px auto 0 auto;
}
div.body > .section {
    text-align: justify;
}
@media screen and (min-width: 876px) {
    div.sphinxsidebar {
        position: fixed;
        margin-left: 0;
    }
}
.top-link {
    text-align: right;
}
table.center-table {
    margin-left: auto;
    margin-right: auto;
}
div.contents {
    background-color: white;
    border: none;
}
code.py-class {
    font-weight: normal;
    background-color: white;
    font-size: large;
}
div.subtitle {
    margin-bottom: 35px;
}
div.relations {
    display: block;
}
