/* CSS snippets from Mayavi documentation and Gael V's tutelage */
@import url("./default.css");
div.technote {
    background-color: #f1f1bf;
}
div.interfacenote {
    background-color: #B0C3D7;
}
li.toctree-l1 {
    padding: 0.5em 0 0.1em 0 ;
    list-style-type: none;
    font-size: 130% ;
}
li.toctree-l2 {
    font-size: 80% ;
    list-style-type: square;
}
li.toctree-l3 {
    font-size: 90% ;
    list-style-type: circle;
}
div.bodywrapper h1 {
    font-size: 200% ;
}
