/* Extracted from EngineeringReference_chapter09.html: rules targeting #footer and #footer-text */

#footer{width:100%;margin:0 auto;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
#footer::before,#footer::after{content:" ";display:table}
#footer::after{clear:both}
#footer{max-width:none;background:rgba(0,0,0,.8);padding:1.25em}
#footer-text{color:hsla(0,0%,100%,.8);line-height:1.44}

/* （@media などのブロックに含まれていたものも保持） */
@media print {
  #footer{padding:0 .9375em}
  #footer{background:none}
  #footer-text{color:rgba(0,0,0,.6);font-size:.9em}
  #footer{padding:0}
}