/*
 * Style sheet for the BRL manual
 */

body {
    background-color: white;
}

.example {
    background-color: #fbfbe3;
    border-right: thin outset #cccccc;
    border-bottom: thin outset #cccccc;
    border-top: 1px solid #cbcb93;
    border-left: 1px solid #cbcb93;
    padding-right: 1ex;
    padding-top: 1em
}

.callout {
    border: solid thin;
    border-color: black;
    background-color: #fbfb93;
}

.navigation {
    font-family: sans-serif;
    background-color: #fbfb93;
    border-right: thin outset #cccccc;
    border-bottom: thin outset #cccccc;
    border-top: 1px solid #cbcb93;
    border-left: 1px solid #cbcb93;
}

pre {
    color: maroon;
    margin-left: 1em;
}

code {
    color: maroon;
}

h1 {
    color: maroon;
    font-family: sans-serif;
}

h2 {
    color: maroon;
    font-family: sans-serif;
}

h3 {
    color: maroon;
    font-family: sans-serif;
}
