@media print {
  .print-only {

	font-family: Arial, Helvetica, sans-serif;
    display: block !important;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	border: none !important;
	font-size: normal !important;

	margin: 50px  !important;

	/* font-family: serif; */
	size: auto !important;
	/*overflow-wrap: anywhere !important;*/
	/* overflow-y: hidden !important; */
   }		
   
  @page {
	size: auto !important;   /* auto is the initial value */
    margin: .5in !important;  /* this affects the margin in the printer settings; reducing to 0 allows removing the html title header and url footer from the print options*/
   }
 }