/**
 * Custom CSS for Print Media
 *
 * @package rtPanel
 *
 * @since rtPanel 2.0
 */
 
* { background: transparent !important; color: #444 !important; text-shadow: none; }
a, a:visited { color: #444 !important; text-decoration: underline; }

pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
img { page-break-inside: avoid; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }

/* Remove unwanted elements */
#topbar, #header-wrapper, #navbar, #subnavbar, .date, .infosingle, .infohome, .postsubscribe, .relatedposts, .adsense, #sidebar, #comment-area, .comments, #footer-wrapper, .noprint {
display: none; }

/* Ensure the content spans the full width */
#container, #container2, #content { width: 100%; margin: 0; float: none; }

/* Change text colour to black (useful for light text on a dark background) */
.lighttext { color: #000; }