@media print {
      a[href]:after {
        content: "" !important;
      }
	  
	  .noprint  {
        display: none;
    }
	  
    }