@import url('../style.css');

.italic {
    font-style: italic;
}

pre, .verbatim {
    font-family: monospace;
}
pre {
    background-image: none;
    background-color: rgb(192,192,255);
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

.important {
    font-weight: bold;
    background-image: none;
    background-color: rgb(255,192,192);
}
.important:before {
    content: "[IMPORTANT] ";
    color: red;
    font-weight: bold;
}

.w3c_valid {
    float: right;
}
