/*--------------------------------------------------------------------------------
    Print - default CSS to print webpage
--------------------------------------------------------------------------------*/
/* line 6, ../sass/print.scss */
* {
  background: transparent none !important;
  color: #000000 !important;
  position: static !important;
  text-indent: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin-left: 0;
  margin-right: 0;
}

/* line 16, ../sass/print.scss */
body {
  font-size: 11pt !important;
  line-height: 1.4 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 23, ../sass/print.scss */
.mod-skiplinks,
.mod-nav-meta,
.mod-nav-main,
noscript,
.mod-breadcrumbs,
form,
.mod-nav-footer,
.mod-nav-sub {
  display: none !important;
}

/* line 35, ../sass/print.scss */
.grid-row {
  width: auto !important;
  margin: 0 2% !important;
  padding: 0 !important;
  border: 0 !important;
  float: none !important;
  color: black !important;
  background: transparent none !important;
  font-size: 11pt;
}

/* line 45, ../sass/print.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0.6cm 0 0.1cm !important;
  line-height: 1.3em;
}

/* line 47, ../sass/print.scss */
h1 {
  font-size: 18pt !important;
  margin-bottom: 0.5cm;
}

/* line 48, ../sass/print.scss */
h2 {
  font-size: 16pt !important;
}

/* line 49, ../sass/print.scss */
h3 {
  font-size: 14pt !important;
}

/* line 50, ../sass/print.scss */
h4 {
  font-size: 13pt !important;
}

/* line 51, ../sass/print.scss */
h5 {
  font-size: 12pt !important;
}

/* line 52, ../sass/print.scss */
h6 {
  font-size: 11pt !important;
}

/* line 54, ../sass/print.scss */
table {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-collapse: collapse;
}

/* line 59, ../sass/print.scss */
th, td {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  text-align: left;
  padding: 0.3cm;
}

/* line 66, ../sass/print.scss */
a:link, a:visited {
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

/* Show title after abbreviation */
/* line 73, ../sass/print.scss */
abbr[title]:after {
  content: " (" attr(title) ")";
}

/*  Show link target after link */
/* line 76, ../sass/print.scss */
main a:link:after, main a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
}

/* line 80, ../sass/print.scss */
img {
  border: none !important;
}
