
@media print{
    body div.container-lg *, * {
        color:black !important;
    }
    div.container-lg{
        max-width: 100% !important;
        margin: 0;
        border: none !important;
    }
    details, nav{
        display: none !important;
    }
    a::after{
        content: " ("attr(href) ") ";
    }
    .ratio{
        display: none;
    }
    div.row{
        margin: 0 !important;
    }
    pre, table>*{
        color:black;
        background-color: white;
    }
    table tr>*{
        border:none !important;
        padding: 5px !important;
    }
    figure img{
        max-width: 50% !important;
    }
    header{
        display: none !important;
    }
    footer{
        display: none !important;
    }
    img{
        width: 50%;
    }
    .print{
        display: block;
        border: 1px dashed black;
    }



}