@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    font-size: 10px!important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  ul li {
    list-style: disc inside none;
    margin-left: 20px;
  }
  table {
    border: 1px solid #444444;
  }
  td {
    border-bottom: 1px solid #444;
  }
  @page  {
    size: A4 portrait;
    margin: 2cm 1cm;
  }
  @page portrait {
    size: A4 portrait;
    margin: 2cm 1cm;
  }
  @page landscape {
    size: A4 landscape;
    margin: 2cm 1cm;
  }
}
/*** Custom Print ***/