@media print {

    .noPrint, .noPrint *{
        display: none !important;
    }

	body, h1, h2, h3, ol, ul, div {     
		width: 100%;     
		border: 0;     
		/*margin: 0 5%;     */
		padding: 0;     
		float: none;     
		position: static;
		overflow: visible!important; 
		/*font-size:12px;*/
	}

	.k-grid-header th.k-header {
		font-weight: bold;
	}

	.k-grid-filter, .k-icon{
		display:none;
	}

/*    body{
    	font-size:normal;
    	line-height: inherit;
	}*/
	
	#pickerPrepList.k-grid{
		font-size: large;
	}

	/* #salesSummaryReport,
	#scrollableSalesResult{ */
	#salesSummaryReport{
    	/*overflow:visible!important;*/
    	float: none;
    	position: absolute; 
    	font-size:inherit;
    	line-height:normal;
    	border:none;
    }

    .resultLabel{
    	font-weight:bold;
    }

	.print-page-break{  
		display: block; 
		page-break-before: always; 
	}

	.onlyPrint{
		display:block;
	}

}