* {
  background: transparent !important;
  color: black !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important;
}

nav, video, audio, object, embed {
  display: none;
}

@page {
  margin: 0.5cm;
}

body {
  font: 12pt Georgia, "Times New Roman", Times, serif;
  line-height: 1.3;
  color: black;
  background: white;
}

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

p a[href^="http://"]:after,
p a[href^="https://"]:after {
  content: " (" attr(href) ")";
  font-size: 80%;
}

p a[href^="#"]:after,
p a[href^="mailto:"]:after {
  display: none;
}

p a, p a:visited {
  word-wrap: break-word;
  color: black;
  text-decoration: underline;
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

p, h2, h3 {
  orphans: 3;
  widows: 3;
}

h2, h3 {
  page-break-after: avoid;
}
