/*
print settings
*/

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