body {
    counter-reset: section-counter 0;
}

.section:before {
    counter-increment: section-counter 1;
    content: counter(section-counter,decimal) ". ";
}

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