/* Print Style Sheet */
@media print {
    body {
        background:white;
        color:black;
        margin:0;
    }

    .site-header {
        box-shadow: none !important;
    }
    .site-header-topbar {
        display: none;
        box-shadow: none;
    }
    .site-branding {
        box-shadow: none;
    }
    .site-container {
        box-shadow: none;
    }
    .site-header-inner {
        box-shadow: none;
    }
    .site-logo-img {
        box-shadow: none;
    }
    .main-navigation {
        display: none;
    }


    .site-branding {
        display: block;
    }
    .site-footer {
        display: none;
    }

    #sidebar {
        display: none;
    }
    #header {
        display: none;
    }
    #footer {
        display: none;
    }

    #primary {
        float: none;
        width: auto;
        margin-left: 0;
        box-shadow: none;

    }

    #sak-header-grid {
        display: block;
        /*grid-template-columns: auto auto auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;*/
        padding-top: 5px;
        border-top: 1px solid #CCC;
        overflow: auto;

    }

    #sak-grid-item {
       /* grid-column: 1/3;
        grid-row: 2;*/
        display: none;

    }
    #sak-grid-item-2 {
        display: block;
        font-size: 0.7em;
        border-top: 1px solid #CCC;
        overflow: auto;
        width: 100%;
        padding-top: 10px;

    }

    #spmDato {
        float: right;
    }

    #dbId {
        float: left;
    }
    #sak-grid-ansvar {
        /*grid-column: 2/3;*/
        float: left;
        width: 66%;
        font-size: 0.7em;
        padding-bottom: 10px;
    }

    #kontaktupgifter-grid {
        display: block;
        float: left;
        width: 33%;
        font-size: 0.7em;
        /*grid-column: 1;
        grid-row: 1;*/
        word-wrap: break-word;
        overflow: hidden;
        padding-right: 5px;
    }


}

