/* ######  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: 12pt;}

a:link, a:visited {color: #274bff; background: transparent; text-decoration: underline;}

#ecom, #mainnav-1, #mainnav, #footerNav-1, #footerNav {display: none;}

#body1, #body2, #cms, #header, #footer, #page, #cms-content, #pws-content 
{width: auto; background-image: none; background-color: white; color: black; font-size: 12pt; 
padding: 0; margin: 0; float: none !important;}

#body1 {margin: 0 5%;}

#footer {border-top: 1px solid #666666;}

/* product page */
#productContent .ecomAction, #productContent .featureButtons {display: none;}
.prev-next, .back-link, .view-larger {display: none;}

/* 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;}
