/* ------------------------------------- */

* {
  background: transparent !important;
  color: #000 !important; /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
}

a, a:visited {
  text-decoration: underline;
}

/* LAQ-TS-2016-7-19: show URL for links */
a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 0.8em;
	font-weight: normal;
}

/* LAQ-TS-2016-7-19: but don't show URL for breadcrumbs, or javascript/internal links */
.breadcrumb li a[href]:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
	
abbr[title]:after {
  content: " (" attr(title) ")";
}

/* LAQ-TS-2016-7-19: make snack, no info & 000 text boxes neater, more prominent */
.TripleZero, .Snack, .NoInfo {
	border: 1px solid #999;
	page-break-inside: avoid;
	margin: 0px 0px 5px 0px;
	padding: 10px;
}

/* LAQ-TS-2016-7-19: and make 000 text bold */
.TripleZero {
	font-weight: bold;
}

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

thead {
  display: table-header-group; /* h5bp.com/t */
}

tr,
img {
  page-break-inside: avoid;
}

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

.page-image > img
{
  max-width: 332px !important;
}


@page {
  margin: 1cm;
}

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

h2,
h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  /* page-break-after: avoid; */
}

.content {
  width: 100%;
  font-size: 90% !important; /* LAQ-TS-2016-7-19: reduce overall text size for print */  
}

/* LAQ-TS-2016-7-19: adding TOC, home quick access area & buttons to excluded items. 2016-9-21: removed sidebar, added print-to-pdf-placeholder. */
.header,
.footer,
.sticky-button,
.back-to-top-container,
.generic-filter-title,
.generic-results-info,
.sorting-list-container,
.feedback-form,
.seamless-pagination,
.secured-content,
.navbar-toggle,
.version-viewer,
.toc-list-container,
.home-quick-access-background,
.print-to-pdf-placeholder,
a.button,
a.related-info-title-link
{
  display: none;
}

/* LAQ-TS-2016-7-19: restrict logo size with max-height */
.site-logo-svg-for-print {
  display: block;
  margin-left: 0.5cm;
  /*max-height: 43px;*/
  border: 5px solid #000;
 
}