/* Set the width of the left sidebar */
div.sphinxsidebar {
    width: 300px;
}

/* Adjust the content area width */
div.bodywrapper {
    margin: 0 0 0 calc(300px + 30px);
}
