/* Sticky footer — DracusRO
   Height and padding are overridden again in flux.css; this file only
   provides the positioning scaffold FluxCP's layout expects. */
html { position: relative; min-height: 100%; }
body { margin-bottom: 70px; }
#footer { position: absolute; bottom: 0; width: 100%; }
body > .container { padding: 86px 15px 0; }
#footer > .container { padding-right: 15px; padding-left: 15px; }
code { font-size: 80%; }
