@media print {
  /* Link layouts for printed links */
  a:link:after, a:visited:after {
    content: " [" attr(href) "] "; } }
