body {
    font-size: 12pt;
    background: none;
}
div {
    display: none;
}
.page-container,
#middle,
#middle .sizer,
#content,
#content .story-content {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    background: none;
}
#content .story-content div {
    display: block;
}
#sticky-top,
#sticky-top #top,
#sticky-top #top div {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
}
#sticky-top {
    position: relative;
}
#sticky-top #top {
    margin: 0 0 1rem;
}
#sticky-top #top #topnav,
#sticky-top #top #menu-toggle {
    display: none;
}
