/* From original print.css  */

.topNavigation { display:none; }
.head { display:none; }
.menu { display:none; }
.button  { display:none;}

.trxt { float:left; }
.photo { float:left; }
.photo img { display:block; }
.element { overflow:hidden;padding-bottom:20px;}
*html .element { overflow:visible; height:1%; }
.bottomMenu { display:none; }

/* added with print button */

.menu-down {
display: none;
}

.columns-left {
display: none;
}

.footer .footer-nav {
display: none;
}

.columns-right {
width:670px;
display:block;
height:100%;
margin: auto;
}

#pfButton {
display: none;
}

.body-big-box {
  height: auto !important;
}







