@media screen {
    header, nav, banner, .right, .images, .info, .not-for-print {
        display: none;
    }

    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1pc;
        font-family: Serif;
        background-color: #fff;
    }

    .central {
        width: inherit;
        flex-basis: inherit;
    }

    .topic-name, .site-name {
        font-size: 18pt;
        display: inline-block;
    }

    .date-for-print {
        font-size: 10pt;
        text-align: right;
        display: block;
    }

    .text * iframe {
        width: 159mm;
    }

    .blue {
        color: #005592;
        background-color: #005592;
        height: 1px;
    }

    .blue, .green {
        width: inherit;
        margin-top: 0;
    }

    .site-content {
        width: 159mm;
        margin: 0 0 5mm 0;
    }

    .main-news-body {
        margin: 0;
        padding: 0;
        border: none;
    }

    .main h1, .links, .topic-name, .site-name {
        font-weight: bold;
    }

    .green {
        color: #006600;
        background-color: #006600;
        margin: 0 0 5mm 0;
        height: 1;
    }

    .topic-name, .text * a {
        color: #000000;
    }

    .counters-buttons li {
        display: inline;
    }

    .topic-name, .site-name , .counters-buttons * a {
        text-decoration: none;
    }

    footer {
        display: flex;
        flex-direction: column;
        background: none;
        width: 159mm;
        padding: 0;
    }

    ul.counters-buttons {
        position: unset;
        margin: 4mm 8mm 4mm 8mm;
        padding: 0;
    }

    footer .for-print, .counters-buttons {
        text-align: center;
        font-size: 10pt;
        color: #000;
        display: block;
    }
    
    article .text {
        width: 600px;
    }

}

@media print {
    header, nav, hr, .right, .images, .info, .not-for-print {
        display: none;
    }

    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1pc;
        font-family: DejaVu Serif;
    }

    .topic-name, .site-name {
        font-size: 18pt;
        display: inline-block;
    }

    .date-for-print {
        font-size: 10pt;
        text-align: right;
        display: block;
    }

    .site-content {
        width: 159mm;
    }

    .main h1, .links, .topic-name, .site-name {
        font-weight: bold;
    }

    .topic-name, .text * a, .theme-link a {
        color: #000000;
    }

    .links {
        margin-bottom: 5mm;
    }

    .counters-buttons li {
        display: inline;
    }

    .topic-name, .site-name , .counters-buttons * a {
        text-decoration: none;
    }

    footer {
        width: 159mm;
    }

    ul.counters-buttons {
        margin: 8mm;
        padding-left: 0;
    }

    footer .for-print, .counters-buttons {
        text-align: center;
        font-size: 10pt;
    }
   article .text {
        width: 600px;
    }
}
