/* DK 30.01.2018 Hide author names ZD 25894 */
h2.memberName.blogOwner {
    display: none;
}

/* AW 05.02.2018 Show summary on carousel ZD 26155 */
.carouselSlideDetail p.carouselSlideSummary {
  display: block;
}

/* AW 06.02.2018 Bold links in tables ZD 26151 */
.contentBlock td a {
    font-weight: 700;
    text-decoration: underline;
}

/* DK 06.02.2018 Hide orange bar that is under the donate button in appeals ZD 26230 */
.appealTotaliser.totaliserPanel {
    display: none;
}

/* 646268 Category - Tick bullet point option  */
body.PostSystemCategory_tick-bullet-point-option .content li {
    list-style-type: '\2713';
    padding-inline: 1ch;
}


/* Update twitter icon to x */
ul.socialIcons li a.twitter::before, ul.shareList li a.twitter::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e61b";
}

.content.postContent.faqContent {
  max-width: 75%;
}