@media print { 
	a{
		text-decoration: none !important;
		color: rgb(33, 37, 41) !important;
	}

	.navbar, 
	.breadcrumb, 
	.print-link,
	#right-panel{ 
		display: none !important; 
	} 

	.card-title .h4{
		font-size: 1.5rem !important;
	}

	.table td, .jsgrid .jsgrid-table td, .table th, .jsgrid .jsgrid-table th{
		font-size: 1rem !important;
	}

	@page {
	    size: auto;   /* auto is the initial value */
	    margin: 0;  /* this affects the margin in the printer settings */
	}

	.container-fluid{
		padding-top: 0 !important;
	}
}