@charset "utf-8";

/* Hide useless stuff */
.td-header-main-menu,
.td-ss-main-sidebar,
.td-footer-wrapper,
.addendum,
.td-scroll-up-visible,
.td-wrapper-pulldown-filter,
.td-scroll-up,
.td-header-gradient,
.td-icon-menu-up,
.td-crumb-container,
.td-header-menu-wrap-full {
  display: none;
}

/* Page breaking propertiers */
ul, ol, li {
  page-break-inside: auto;
}

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

@page {
  margin: 2cm;
}

@media (color) {
  * {
    -webkit-color-adjust: exact;
    color-adjust: exact;
  }
}

/* Avoid bleeding over edge */
img {
   max-width: 100% !important;
}

/* Make illegible text visible again */
.td-sub-footer-container,
.td-page-content a {
  color: #000;
}

/* Make links visible in content */
.td-page-content a:link {
  text-decoration: underline;
}

/* Save black ink*/
.td-sub-footer-container {
  background: none;
}

/* Fix header cutoff */
h1 {
  line-height: 50px !important;
}

.td-main-content-wrap {
  padding-bottom: 0;
}