@media print {
	.noprint {
		display:none!important;
	}

	.bordered {
		/*width: 100%!important;*/
		min-width: 90% !important;
		max-width: 90% !important;
		/* white-space: nowrap; */
		box-shadow: none !important;
		/*margin:50px 0 50px 0;*/
		/* border-collapse: collapse; */
	}
	
	label {
		display:none!important;
	}

   /* #main_area	{
        width: 100%!important;
        margin: 0px;
        padding: 0px;
    }  */
    /** {
       /* width: 100%!important;*/
		
		/*min-width: auto !important;*/
        /*color: #000;*/    
        /*background-color: #fff;*/
        /*@include box-shadow(none);*/
        /*@include text-shadow(none);*/
    
}

@media screen {
}