@import 'theme.css';

em .pre {
    font: normal .9rem mono;
}

h2 {
    font-size: 1.2rem;
}

.toctree-wrapper ul li.toctree-l1 {
    list-style-type: "⋅ ";
}
.toctree-wrapper ul li li a {
    color: #9ac;
}
.toctree-wrapper ul li li.toctree-l2 {
    list-style-type: "→ ";
    list-style-type: "- ";
}

a, a:visited {
    color: #58b;
}
a.icon-home {
    color: #8ad;
}
.wy-side-nav-search {
    background-color: #57a;
}

.rst-content h3 {
    font-size: 1.0em;
    margin-bottom: 8px;
}

.rst-content h2 {
    border-bottom: 1px solid #999;
}

.rst-content blockquote {
    border-left: 6px solid #fec;
    padding-left: 24px;
    margin-left: 0px;
    background-color: #fefef6;
}

.rst-content .example {
    border-left: 6px solid #cea;
    padding-left: 24px;
    margin-left: 0px;
    background-color: #f8f8f4;
    margin-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 6px;
}

.rst-content .example .rubric {
    color: #384;
}
