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

@import url("default.css");

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

div.logoheader {
    background-color: white;
    text-align: left;
    padding: 10px 15px 10px 15px;
}

div.body {
    border-left: 1px solid #001A32
}

div.sphinxsidebar {
}

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

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


a.headerlink {
    color: #0068C6;
}

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

.issue-closed {
    text-decoration: line-through;
}

.issue-closed:hover {
    text-decoration: line-through underline;
}

.issue-closed:visited {
    text-decoration: line-through;
}

/* -- 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;
}