





@media print { 
    body {
        color: black;
    }

    a img {
        border: none;
    }

    a {
        text-decoration: none;
        color: black;
    }

    p a:after {
        content: " [" attr(href) "] ";
        font-size: smaller;
        text-decoration: none;
    }

    .area, .slogan, #nav, #footer, #sidebar, .top-bar, .buttons-row, .tags-row, .related-block, .comments-block form, .avatar, .more, .next-link, .prev-link, .pagination, .breadcrumbs, .outtaHere, .paging, .open-close, .event-heading form, .heading {
        display: none;
    }

    .row, .row.active {
        height: 20px;
        margin-bottom: 20px;
    }

    .row div, .row div div {
        float: left;
        margin-right: 20px;
        clear: both;
    }
    .descr {
        font-weight: bold;
    }
    .descr .block {
        font-weight: normal;
    /*--------------------------------------------------
    *     font-style: italic;
    *--------------------------------------------------*/
    }
    .class {
        margin-bottom: 20px;
    }
    .row p {
        margin: 0;
    }

    .post {
        display: block;
    }

    /*--------------------------------------------------
    * .comments-list {
    *     margin: 0;
    *     padding: 0;
    * }
    *--------------------------------------------------*/

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .url-date {
        display: visible !important;
    }
}