#sapper, main, #content, .articleDetailContainer, .articleBody, .text{
    position: relative !important;
    display: block !important;
}

html, body {
    font-family: capitolium-news-2, serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    background: white !important;
    font-size: 19pt !important;
}

body {
 padding: 0 0.5cm !important;
}


h1, h2, h3 {
    font-family: supria-sans-condensed, sans-serif;
    font-weight: 300 !important;
    margin: 1rem 0 !important;
    padding: 0 !important;
    line-height: 1.9rem !important;
}

@page {
    size: A4;
    margin: 1cm 0 2.5cm 0 !important;
    padding: 0 !important;
}

.articleMetaColumn, .mainNav, #mottoContainer, #userArea, #footer, .FundraisingWidget, .commentsHeader,
.commenterAreaContainer, .comment, .morecomments, .socialButtons, .socialButtons2, .commenterArea, .articleLink,
.galleryImagePreviews, #gallery, .HALeaderboard, .adContainer, .HomepagePanel, .fundraisingBannerWrapper , .articleEmbed {
    display: none !important;
}

#header, #headerContent, #headerLeftContent, .homeLinkContainer {
    display: block !important;
    background: white;
}

#homeLink{
    padding-left: 1.5rem !important;
}

#headerContent{
    margin-top: 0.5rem;
    padding-left: 0 !important;
}

#content, .sarticleDetailContainer, .articleBody {
    width: auto !important;
}
.articleContentWrapper .header{
    padding-top: 0 !important;
}
.articleBody > .header {
    width: 52% !important;
    padding: 0 !important;
    margin-right: 0 !important;
    border-bottom: none !important;
}
.articleBody .titleAuthors{
    border-bottom: 1px solid black;
    padding-bottom: 1.2rem !important;
    margin-bottom: 1.8rem !important;
}
.titleAuthors > h2{
    margin-bottom: 0 !important;
    margin-top: 1.2rem !important;
}
.articleDetailAuthorName{
    margin: 0 !important;
    color: black !important;
}
.articleBody{
    padding: 0 !important;
}
.articleBody .perex{
    width: 200% !important;
    padding-right: 1.5rem;
}
.articleBody .text{
    padding-right: 0 !important;
    position: relative;
}

.articleImage, .articleBody img{
    width: 100% !important;
}

.articleImage .articleImageLabel{
    position: relative !important;
    display: block !important;
    color: black;
    background: white !important;
    width: 100% !important;
    padding-left: 0 !important;
    font-style: italic;
    /*font-family: capitolium-news-2, serif !important;*/
    font-size: 0.9rem !important;
    padding-top: 0.9rem !important;
    z-index: 999999;
}

.articleImage{
    margin-bottom: 1.8rem !important;
    position: relative !important;
    page-break-before: auto !important;
    page-break-after: auto !important;
    break-before: auto !important;
    break-after: auto !important;
}

.drImageResizeButton{
    display: none !important;
    position: relative !important;
}

.infoBoxContainer{
    border: none !important;
    background: #F0F1F1 !important;
    padding: 1rem !important;
}

.infoTitle{
    color: black !important;
}

.infoTitle::after{
    display: none !important;
}

.infoText{
    padding-bottom: 0.5rem !important;
}

.PopupBackground, .videoContainer{
    display: none !important;
}

.GDPRPopup{
    display: none !important;
}

