@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }
  nav, footer, .no-print, button, [role="dialog"] {
    display: none !important;
  }
  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
}
