/* hide elements from printing */
nav, header, .single-tags, #about-mals-lm, .single-post-navigation, .sidebar.main-sidebar, .footer-top, #scrollUp {	
	display: none !important;
}

/* adjust the display area to have no padding so it takes up less blank space on a page */
.section-padding-top {
    padding-top: 30px;
    padding-bottom: 60px;
}
.section-padding-bottom {
    padding-bottom: 0;
}
.footer-top {
    padding: 0;
}
.footer-bottom {
    padding: 0;
}