 
@media print {
	* {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
	header, footer, .wrap mobile-register-wrap, .printhide, .page-title, h2.catname, .thisprint, .ns-legend, .mob-image {display:none !important;}
	.myDivToPrint {
        background-color: white;
       /* height: 100%;*/
        width: 100%;
        /*position: fixed;
        top: 0;
        left: 0;
        margin: 0;*/
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
		display:block !important;
    }
    .myDivToPrint table {width:100%;margin-top:20px;}
    .nomob {display:none;}
    .myDivToPrint .mail-icon {float:right;width:auto;}
    .new-ns {width:100%;}
    .ns-sold {content:url(img/icon-ns-sold.png);}
	.ns-hold {content:url(img/icon-ns-hold.png);}
}