@import url('nature.css');

/* fix nature.css */
h1 a tt.xref {
    color: black;
}

a tt.xref {
    color: #005b81;
}

a.reference em {
    font-style: normal;
}

/* toc */
div.sphinxsidebar ul {
    margin-right: 4px;
}

/* previous/next topic */
div.sphinxsidebar p {
    padding-right: 10px;
}

/* tables */
table.docutils {
    width: 60%;
    margin-top: 1em;
    margin-bottom: 1em;
}

table.docutils th,
table.docutils td {
    padding: 1px 0px;
}

/* footnotes */
div p.rubric {
    margin-top: 1em;
}

/* image */
div#process img {
    margin-top: 0.5em;
}

/* toc trees */
div#examples ul,
div#appendices ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

/* reference links */
div#references dt a.reference {
    font-weight: bold;
}

/*
div.highlight span.c {
    color: #408090;
}
*/
