a.footnote {
    vertical-align: super;
    font-size: 0.8em;
}


a.footnote::before {
    content: '[';
}


a.footnote::after {
    content: ']';
}


ol.citations {
    font-size: .8em;
    line-height: 1em;
    padding-left: 10px;
}


ol.citations li {
    margin-bottom: 0.5em;
}
