@media print {

	body{
		background-color: pink ;
	}
	
	#header,.page_dashboard .row .col-md-3,#footer,ul[role="tablist"]{
		display: none ;
	}

	@media (min-width: 1180px) and (max-width: 1565px){
		.dataviz .page_content .col-md-9{
			flex: 0 0 100% !important;
	    	max-width: 100% !important;
		}
	}
	

}