﻿@media print {
  header, footer, .plsa-sidemenu, .plsaBreadCrumbRow, .plsa-cookie-policy-wrapper, #ControlBar_ControlPanel {
    display: none !important;
  }
  .plsa-container {
    display: inline-table !important;
  }
  a[href]:after {
    content: none !important;
  }
  table.plsa-table-programme {
    display: inline-table;
  }
  table.plsa-table-programme > tbody > tr {
    overflow: hidden !important;
  }
  table.plsa-table-programme > tbody > tr > td {
    height: auto !important;
  }
  table.plsa-table-programme > tbody > tr > td:not(:first-child) {
    width: calc(100% - 120px) !important;
  }
  table.plsa-table-programme > tbody > tr.scrollableRowWrapper > td:not(:first-child) {
    width: calc(100% - 120px) !important;
  }
  table.plsa-table-programme div.scrollableRow {
    white-space: normal;
  }
  table.plsa-table-programme .scrollableRowWrapper .scrollableRow > div > div {
    width: 49% !important;
  }
  table.plsa-table-programme .scrollableRowWrapper .scrollableRow > div > div:nth-child(odd) {
    padding-left: 0 !important;
  }
  table.hideAndSeekTable tr.hide-and-seek-on-small {
    display: none !important;
  }
  table.hideAndSeekTable tr.hide-and-seek-on-medium-up {
    display: table-row !important;
  }
  a[name*=Day] {
    page-break-before: always;
    text-decoration: none !important;
    display: none !important;
  }
  .DnnModule-PLSADocumentsSpotlight img {
    height: auto !important;
    width: 160px !important;
  }
  main.mainContent {
    margin-top: 0 !important;
  }
  .spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile {
    display: block !important;
    width: 100% !important;
    page-break-inside: avoid !important;
    float: none !important;
    height: auto !important;
  }
  .spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile .document-info, .spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile .document-image {
    margin-bottom: 10px !important;
    display: inline-block !important;
  }
  .spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile .document-image {
    width: 180px !important;
  }
  .spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile .document-info {
    padding-left: 0px !important;
    width: -webkit-calc(100% - 240px) !important; /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 240px) !important; /** FF 4-15  **/
    width: calc(100% - 240px) !important;
  }
  .DnnModule-PLSACentralResourceCentre .small-12.medium-4.large-3 {
    display: none;
  }
  .DnnModule-PLSACentralResourceCentre .small-12.medium-8.large-9.columns {
    width: 100%;
  }
}
@page {
  size: auto;
  margin: 10mm;
}
