* {
    background: transparent none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
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-bottom: 5px;
    margin-top: 10px;
}
.content {
    width: 100%;
}

/* LAQ-TS-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, a.related-info-title-link, .side-nav, .print-to-pdf-placeholder  {
    display: none;
}