body {
    counter-reset: h2counter;
}

h2:before {
    content: counter(h2counter) ".\0000a0";
    counter-increment: h2counter;
}

blockquote {
    font-style: italic;
}

.grade {
    font-family: mono;
}

table, th, td {
    border: 1px solid black;
}


#lastmod {
    border-width: 1px;
    border-top-style: solid;
    font-size: small;
}

.achievement .bronze:before {
    content: "BRONZE";
}