@import url("pydoctheme.css");

/* Undo the margin override in pydoctheme */
div.sphinxsidebarwrapper > ul > li > ul > li {
    margin-bottom: 0;
}

/* Space out the top level tree items */
.sphinxsidebar .toctree-l1 {
    margin-bottom: 0.4em;
}

/* Color the current tree differently */
.sphinxsidebar li.current a {
    color: #0072aa;
}

/* Color the current tree headers differently */
.sphinxsidebar li.current > a {
    font-weight: bold;
}
