 /* ######  CSS for printing ###### */
/* When printing, use CSS to format the page. /*
/* Here is a good article: http://www.alistapart.com/articles/goingtoprint */

body {background-image: none; background-color: white; color: black; font-size: 11pt;}

a:link, a:visited {color: #274bff; background: transparent; text-decoration: underline; border: none;}
a[href]:after { content: normal; }
img {border: none;}

div:not(.reveal-modal) { display: block; }
#ecom, #mainnav-1, #mainnav, #footerNav-1, #footerNav, .header-menu, .bar, .breadcrumbTrail, #storageLocker {display: none !important;}

#body1, #body2, #cms, #header, #footer, #page, #pws-content
{width: auto; background-image: none; background-color: white; color: black; font-size: 12pt;
padding: 0; margin: 0; float: none !important;}
#header {margin-bottom: 30px;}
.header { height: auto; }
.header .logins { display: none; }
#body1 {margin: 0 5%;}
#page {border: none;}
#footer {border-top: 1px solid #666666;}
footer { display: none; }

/* product page */
.productDetail > h1 { margin-top: 0; }
#productContent .ecomAction, #productContent .featureButtons, .actionBase, .navBase {display: none !important;}
.prev-next, .back-link, .view-larger {display: none;}
#product .row .large-6 { width: 450px; float: left; }
#product .productImage { width: auto; display: inline-block; }
.additionalImage { list-style-type: none; }
.ecomAction { display: none !important; } 

/* article page */
.articleButtons,
.publication-article .sidebar {display: none;}
.publication-article .bodyArea {width: 75%; float: none !important;}
.publication-article .shareArticle,
.publication-article .shareLinks,
.publication-article .discussArticleLink {display: none;}
/* to not print any comments: */
#article-footer {display: none;}
 
 
 
 
 
 
 
 
