@media print {
	.costumPage{
		margin:5px !important;
		padding:10px !important;
	}
  .costumDiv{
	  color:red !important; 
	  background-color:#9eccda !important; 
	  min-height:160px !important;
	  max-height:160px !important;
	  padding:5px !important;	  
  }
  .costumImg{
	  min-height:170px !important;
	  max-height:170px !important;
  }
}