@media print {
	html, body {
		font-size:18px;
	}

    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:not(.nf-c-artikkel__imglink)::after {
        content: " (" attr(href) ")";
    }

    /*
    .nf-c-artikkel-brodtekst abbr[title]::after,
    .nf-c-artikkel-faktaboks abbr[title]::after {
        content: " (" attr(title) ")";
    }
    */

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]::after,
    a[href^="javascript:"]::after,
    .nf-c-artikkel-brodtekst a.nf-c-artikkel__imglink::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img,
	picture {
        page-break-inside: avoid;
        break-inside: avoid;
		max-height: 95vh !important;
		width: auto !important;
		max-width: 100% !important;
    }

    p,
    h1,
    h2,
    h3,
	h4,
	h5 {
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
	h4,
	h5 {
        page-break-after: avoid;
        break-inside: avoid;
    }

    .nf-o-print-title {
        display: block;
		font-size: 2em;
    }

    .nf-c-toppstripe,
	.nf-c-topmenu__nav,
	.nf-c-topmenu__extra,
    .nf-c-artikkel__imgzoom,
    .nf-c-artikkel-share,
    .nf-c-artikkel-byline__img-container.nf-u-scalesquare,
    .nf-c-artikkel-byline__img-container img,
    .nf-c-artikkel__kommentarer,
    #kommentarfelt,
    .nf-c-artikkel__sistenyheterkat,
    .nf-c-footer-wrapper,
    .nf-o-annonse,
    .nf-o-mobilannonse,
    .nf-c-artikkel-tags,
    .nf-c-artikkel-sidecontent,
    .nf-c-artikkel-relaterte,
    .nf-c-artikkel-content > iframe,
    .nf-c-artikkel-content > .nf-o-moduleblock,
    #screensize,
    .nf-o-text-folded__info,
    .nf-o-text-unfolded__info,
    .nf-c-artikkel-byline__search,
	.nf-c-artikkel__kommentarer-goto,
    iframe#fastinnholdtopp, iframe#fastinnholdbunn, iframe#strossle,
    .nf-c-artikkel-kartlink,
	.nf-o-leseweb-wrapper,
	#printArticleWait {
        display: none !important;
    }

    .nf-c-wrapper {
        padding-top: 0 !important;
    }

    .nf-c-wrapper * {
        max-width: 100% !important;
    }

    .nf-c-wrapper-main-container {
        border: 0 !important;
    }

    .nf-c-main {
        font-size: .9em !important;
    }

    .nf-s-artikkel {
        margin-top: 20px !important;
    }

	.nf-c-artikkel__tittel,
	.nf-c-artikkel__stikktittel,
	.nf-c-artikkel__undertittel {
		padding: 0;
	}

    .nf-c-artikkel__tittel {
        text-align: left !important;
        font-size: 3em;
    }

    .nf-c-artikkel__mainimg-container {
        margin-bottom: 0;
		page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

	.nf-c-artikkel__subimg-container {
        margin-bottom: 0;
		page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .nf-c-artikkel__ingress {
        width: 100% !important;
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 1.3em;
    }

    .nf-c-artikkel-byline {
        float: left;
        width: 100%;
        clear: left;
        background: none;
        border: 0;
        margin: 10px 0 0 0;
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nf-c-artikkel-byline-container {
        border: 0 !important;
        float: left !important;
    }

    .nf-c-artikkel-byline__forfatter {
        clear: both;
        font-size: 1em;
        width: auto;
        float: left;
        margin: 0px 20px 10px 0;
    }

    .nf-c-artikkel__dato,
    .nf-c-artikkel__dato-oppdatert {
        clear: left;
        font-size: 1em;
        width: 100% !important;
        float: left !important;
        margin: 0px 20px 20px 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left !important;
    }

    .nf-c-artikkel__dato-oppdatert {
        margin-top: -20px !important;
    }
    .nf-c-artikkel-brodtekst {
        width: 100%;
        clear: left;
        margin-top: 20px;
        float: none;
        padding: 0 15px 0 0 !important;
    }

    .nf-c-artikkel-extra {
        border: 0;
        width: auto;
        max-width: 40% !important;
        margin: 0 0 20px 20px;
    }

    .nf-c-artikkel-brodtekst .nf-o-moduleblock-module__tittel {
        font-size: 1em;
    }

    .nf-o-moduleblock-module__tittel {
        font-size: 1.2em;
    }

    .nf-o-moduleblock-module__tittel::before {
        display: none;
    }

    .nf-o-moduleblock-module__content {
        padding-top: 0;
    }

    .nf-c-artikkel-extra,
    .nf-c-artikkel-brodtekst > div {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .nf-c-artikkel-brodtekst > .nf-o-moduleblock {
        border: 1px solid #666;
        border-radius: 3px;
        padding: 5px;
    }

    .nf-c-artikkel-brodtekst .nf-c-artikkel__subimg-container {
        border-top: 0;
    }

    .nf-c-artikkel-brodtekst .nf-c-artikkel__subimg-container.nf-c-artikkel-insert--sizeF {
        margin-left: 0 !important;
        max-width: 100% !important;
    }

    .nf-o-text-folded {
        height: auto !important;
        padding-bottom: 25px !important;
        margin-top: 2em !important;
        page-break-inside: auto;
        break-inside: auto;
    }

    .nf-c-artikkel__imgtext {
        font-size: 1em;
    }

    .nf-o-quote {
        border: 0 !important;
        margin: 10px 0 20px 0 !important;
        float: none;
    }
}
