@media print {
  html {
      background-color: #fff !important;
  }

  html,
  a {
      color: #000 !important;
  }

  a::after {
      content: " (" attr(href) ")";
  }

  #web_rings,
  #footer_buttons {
      display: none !important;
  }
}
