body {
    display: block;
    font-size: 12pt;
}
/* Work around firefox's "float: left" bug, which introduces extra blank pages */
.col-xs-12 {
    float: none;
    width: 100%;
}
/* Work around firefox not showing 'display: table' layouts correctly in print */
#content { display: block; }
header, footer, .related, .sharing { display: none; }
