/**
 * Sphinx stylesheet -- pig theme
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@import url("default.css");

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

div.body {
    border-right: 1px solid #ab797d;
}

div.related {
    border-top: 1px solid #ab797d;
    border-bottom: 1px solid #ab797d;
}

/* -- general body styles --------------------------------------------------- */


a.headerlink {
    color: #f74d91;
}

a.headerlink:hover {
    background-color: #f74d91;
}

/* -- other body styles ----------------------------------------------------- */

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    background-color: #ffffff;
    border-bottom: none;
}
