module Footnotes_css where content = ".footnotes > li {\n margin: 15px 0;\n}\n\n/* Keeps the back-link on the same line as the first block. */\n.footnotes > li > *:nth-child(2) {\n display: inline;\n}\n\n.inline-footnote {\n margin: .5em;\n padding: .5em;\n border-left: 2px solid #555;\n}\n\n.inline-footnote > p {\n margin: 0;\n}\n"