@media print {
  header,
  nav,
  footer,
  .hero,
  .hero-versek,
  .hero-kviz,
  .overlay,
  .versek-more,
  aside,
  .timeline-aside {
    display: none !important;
  }

  video,
  iframe {
    display: none !important;
  }

  img {
    max-width: 200px !important;
    height: auto !important;
    display: block;
    margin: 8px auto;
  }

  body,
  section,
  article,
  .versek-main,
  .kviz-main {
    background: #fff !important;
    color: #111 !important;
  }

  * {
    background: none !important;
    box-shadow: none !important;
    color: #111 !important;
  }

  body {
    font-size: 12pt !important;
    line-height: 1.5 !important;
    margin: 0;
    padding: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000 !important;
    page-break-after: avoid;
  }

  table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #fff !important;
  }
  th,
  td {
    border: 1px solid #888 !important;
    padding: 4px 8px !important;
    color: #111 !important;
  }

  a:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #888;
  }
}
