.btn {
	display: none;
}

.noprint {
	display: none;
}

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