/*
 * bizstyle.css_t
 * ~~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- business style theme.
 *
 * :copyright: Copyright 2011-2014 by Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

/* -- page layout ----------------------------------------------------------- */

div.bodywrapper {
    margin: 0 0 0 260px;
    border-left: none;
}

div.body {
    max-width: none;
}

{%- if theme_rightsidebar|tobool %}
div.bodywrapper {
    border-right: none
}
{%- endif %}

div.sphinxsidebar {
    width: 240px;
    border: 1px solid #ccc;
}

table {
    margin: inherit;
    width:100%;
    table-layout:fixed;
}

div.highlight {
    margin: 1em 0 1em 0;
}

/* -- end ------------------------------------------------------------------- */
