/* PRINT OVERRIDES */

@media print {
* {
  background: transparent !important;
  color: black !important;
  text-shadow: none !important;
}

/* Prints out link address after the display link */
a[href]:after {
  content: " (" attr(href) ")"; }

abbr[title]:after {
  content: " (" attr(title) ")";
}

/*Hides links for images, or javascript/internal links */
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  content: "";
}

tr, img {
  page-break-inside: avoid;
} 


