1/**
2 * This file provides styles for footnotes.
3 */
4
5/*____________ footnotes inside the text ____________*/
6
7/* JSpopup */
8.insitu-footnote.JSpopup {
9  -moz-border-radius: 3px;
10  -webkit-border-radius: 3px;
11  border-radius: 3px;
12  padding: 0.07813em 0.625em;
13  font-size: 90%;
14  background-color: rgba(238, 238, 238, 0.9)
15}
16
17/*____________ footnotes at the bottom of the page ____________*/
18
19.footnotes {
20  border-top: 3px rgba(97, 97, 97, 0.1) solid;
21  margin-top: 5em;
22  padding-top: 1.25em;
23  font-size: 90%
24}
25