/* DK 2018.05.18 hide related sidebar ZD 29291 */
section.associated.associatedRelatedPosts {
    display: none;
}

/* AW 01.03.2019 Hide breadcrumb on FAQs ZD 37914 */
body.faqsList .breadcrumbWrapper {
  display: none;
}

/* 1071805 - SC Table bug */
@media (max-width: 768px) {
  	.postContent table:not(.ticketsWrapper) {
      width: 100% !important;
      max-width: 100% !important; 
    }
    .postContent table:not(.ticketsWrapper) td {
        display: table-cell;
    }
    .postContent table:not(.ticketsWrapper) tr {
        display: table-row;
    }
}
