﻿@page {
    size: A4;
    margin: 2.5em;
}

@media print {
    body {
        background: white !important;
        color: black !important;
    }

    .navbar {
        display: block !important;
        position:absolute;
    }

    .navbar-nav {
        display: none !important;
    }

    .lang-switch {
        display: none !important;
    }

    aside {
        display: none !important;
    }

    .stay-informed {
        display: none !important;
    }

    .page-content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

}





