/* hide header and footer */
#skip-nav, .welcome, #branding, .alerts, #sub-nav, #page-footer, body>pre, body>hr {display: none;}
/* remove border and margins from page */
.article>form,.article>.section {border: none !important; margin: 0 !important; padding: 0 !important;}
.section.mod {margin-left: 0; margin-right: 0;}
/* show accordions as h2s */
.collapsible-heading-status {display: none;}
.collapsible-content-collapsed {display: block;}
/* correct bulleted lists */
ul.bulleted-list {list-style: disc; margin-left: 20px;}
ul.bulleted-list li {padding-left: 0; background: none;}
/* correct scrollables */
.scrollable {max-height: none !important; overflow-y: auto;}