
.Censored {
    color: red;
}

/* Bulletin board css */

span.PartOfChain {
    background: #fff0f0;
    border: 1px solid #ff9999;
    border-radius: 2px;
}

rect.TreeView {
    rx : 3px;
    ry : 3px;
    stroke : black;
    fill : lightblue;
    cursor: pointer;
}

line.TreeView {
    stroke : black;
    width : 2px;
}

text.TreeViewHash {
    font-size:12px;
    text-anchor : middle;
    dominant-baseline : middle;
}

text.TreeViewLeaf {
    font-size:12px;
    text-anchor : middle;
    dominant-baseline : middle;
    font-weight: bold;
}

blockquote {
    background: lightgrey;
    white-space: pre;
}

figcaption {
    font-style: italic;
}

/* Pretty printing CSS */

div.QuestionText {
    font-weight: bold;
}