div.nihil-footnotes {
    clear: both;
}
ol.nihil-footnotes {
    margin: 0;
    margin-bottom: 3em;
    padding: 0 3em;
    list-style-type: none !important;
}
a.nihil-footnote-reference,
a.nihil-footnote, {
    font-variant: small-caps;
    text-decoration: none;
}
a.nihil-footnote-reference:before,
a.nihil-footnote:before {
    content: '['
}
a.nihil-footnote-reference:after,
a.nihil-footnote:after {
    content: ']'
}
a.nihil-footnote-reference {
    font-size: 75%;
    vertical-align: super;
}
a.nihil-footnote {
    font-size: 1em;
    vertical-align: baseline
}

