/* Remove Elements that we don't want to print */
#header,
#articleTOC,
#pageForwardButton,
#pageBackButton,
#mobileWebreaderFooterNavbar,
.navTOC,
.mobileWebreaderSupportBlock {
     display: none !important;
}

/* changes to styles, working from top down */
#articlePageView {
     height: auto !important;
}
#content-area-wrapper {
     position: relative !important;
     top: auto !important;
     bottom: auto !important;
}
#content-area-wrapper #wrapper {
     height: auto !important;
}
#swipeview-slider {
     transform: none !important;
     height: auto !important;
}

/* hide swipeview divs, but show active article view with correct width */
#swipeview-slider > div {
     display: none !important;
}
#swipeview-slider div.swipeview-active  {
     position: relative !important;
     left: 0 !important;
     top: 0 !important;
     display: block !important;
     height: auto !important;
     transform: none !important;
}
.articleContainer.layout_verticalScroll {
     position: relative !important;
     top: 0 !important;
     bottom: 0 !important;
}
.contentContainer {
     max-width: 100% !important;
}

/* Note: The asterisk targets all HTML elements in a web page. */
* {
     -webkit-transition: none !important;
     transition: none !important;
}
