code {
    font-size: 150%;
}
code.console {
    background-color: gray;
    color: white;
    padding: 0 0.2em 0 0.2em;
    white-space: nowrap;
}
path {
    font-size: 140%;
    font-family: monospace;
    color: blue;
    white-space: nowrap;
}
file {
    font-size: 140%;
    font-family: monospace;
    color: purple;
    white-space: nowrap;
}
graph {
    font-weight: bold;
    color: green;
    white-space: nowrap;
}
button.example {
    font-weight: bold;
    color: black;
}
span.important {
    color: red;
    font-weight: bold;
}

