div.sphinxsidebar {
    width: 20em !important;
    background-color: seashell;
    top: 0px;
}
div.sphinxsidebar a, div.sphinxsidebar h3, div.sphinxsidebar h3 a, div.sphinxsidebar ul {
    color: #20435c;
}
/* Hide things we don't want: */
div.related, div[role="note"] {
    visibility: hidden !important;
}
body {
    background-color: #fff !important;
}

div.footer {
    position: sticky;
    top: 0;
    z-index: 999;
}
div.footer {
    background-color: #133f52;
}

div.bodywrapper {
    margin: 0 0 0 calc(20em + 30px) !important;
}
div.document {
    background-color: white;
}

dl.method > dt.sig {
    background: lightblue;
}
dl.class > dt.sig {
    background: lightcoral;
}
dl.function > dt.sig {
    background: darkseagreen;
}
dt.sig {
    margin-top: 30px;
    scroll-margin-top: 20px;
}

h2 {
    font-size: 3em;
}
