@charset "UTF-8";

@media print {
  a[href]:after {
    content: " (" attr(href) ")";
  }
}
