﻿@media print {

    body {
        font-size: 12px;
        line-height: 20px;
    }
    .fixedHeader {
        display: none;
    }

    .fullWidthImage {
        margin: 0;
    }

    footer {
        display: none;
    }

    .relatedNewsArticles {
        display: none;
    } 
    
    .guidelineSubscription {
        display: none;
    }
    
    .articleBannerBackground, .heroimage {
        display: none;
    }

    .heroContent {
        position: initial;
        height: auto;
    }

    .heroContent:first-child {
        width: 100%;    }

    .articleInfo .statusText, .articleInfo .statusDate, .newsArticle .writerName  {
        font-size: 12px;
        margin: 0;
        font-weight: normal;
    }


    /*.articleInfo div {
        display: inline-block;
    }*/

    .gallery {
        display: none;
    }

    .ingress {
        display: block!important;
        width: 100%;
    }
    .imageCarousel {
        display: none;
    }

    p a[href^="http://"]:after {
        content: " (" attr(href) ")";
        font-size: 90%;
    }

    .category {
        margin: 0;
    }
    .pageMargin{
        margin: 0;
    }

    @page {
        margin: 2cm 1cm 2cm 1cm;
    }

    /*div {
        border: 1px solid black;
    }*/

}

