@media print
{    
    .no-print, .no-print *,
    #DataTables_Table_0_length, #DataTables_Table_0_filter
    {
        display: none !important;
    }
    #wrapper,
    #wrapper2{
		width : 95%;
		margin : 0px;
    }
    .input {
		width: 65%;
	}

    .label {
		width: 33%;
	}
	

	
}

