
@page  
{ 
	size: landscape;
	margin: 0;
}


html,body{
    height:297mm;
    width:210mm;
}

.calculated-content, 
.modal-footer, 
.topnav, 
.leftbar, 
.topbar,
.close
{
	display:none !important;
	clear:none !important;
	width: 0px !important;
	height: 0px !important;
	position: relative !important;
}	


.modal-content, 
.tblPrint{
	width:640px !important;
	display: block;
	border:none;
	overflow-x: hidden;

	page-break-after:always !important;
    display:table !important;
    margin:0 auto !important;

}

.sepPrint{
	border-top:1px solid #f4f4f4;
	
	margin-top:10px;
	margin-bottom:10px;
	
}

thead tr td{
	font-weight: bold;
}
