<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#headline {
    margin: 10px 0 0 0
}

#headline .content {
    margin-bottom: 20px
}

#headline .content .author {
    margin-bottom: 7px
}

#headline .content .imgWrap {
    float: left;
    margin-right: 10px
}

#headline .content .imgWrap img {
    display: block;
    max-width: 435px;
    max-height: 280px
}

#headlines .headline-desc {
    overflow: hidden;
    padding: 5px
}

#headlines .group-article {
    margin-bottom: 10px;
    padding-top: 10px
}

#headlines .group-article.even {
    border: 0
}

#headlines .even .article {
    margin-top: 13px
}

#headlines .article {
    max-height: 300px;
    position: relative
}

.article .author {
    overflow: hidden;
    padding: 8px 10px 10px;
    margin: 0 -10px -10px -10px;
    height: 0;
    top: -20px
}

.wrapper-headline-info {
    min-height: 252px
}

#content #news {
    margin: 25px 0 40px 0;
    background: url(../img/news-border.jpg) repeat-y 450px 0
}

#content #news #left_column {
    width: 449px;
    float: left
}

#content #news #left_column .title_block,
#content #comments .title_block {
    margin-bottom: 10px
}

#content #news #right_column {
    float: right;
    width: 197px;
    height: 100%
}

#content #news .article .imgWrap img {
    max-width: 175px;
    height: auto
}

@media only screen and (max-width:992px) {
    #headlines .article {
        width: 47%
    }
    #headlines .left-article {
        margin-right: 0;
        margin-left: 2%
    }
    #content #news {
        background-image: none
    }
    #content #news #left_column {
        width: 60%;
        background: none!important;
        margin: 0!important;
        padding: 0!important
    }
    #content #news #right_column {
        width: 38%;
        background: none!important;
        margin: 0!important;
        padding: 0!important
    }
}

@media only screen and (max-width:767px) {
    #content #news #left_column .article .imgWrap {
        display: none!important
    }
    #content #news,
    #content #news #left_column,
    #content #news #right_column,
    #content #news #right_column {
        width: 100%!important
    }
    #headlines .article .imgWrap img {
        width: 100%!important
    }
    #headlines .group-article .article .imgWrap {
        max-width: 100%
    }
}

.imgWrap::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    height: 170px;
    position: absolute;
    top: 0;
    width: 300px;
    transition: all .7s ease-in-out 0;
    -moz-transition: all .7s ease-in-out 0;
    -ms-transition: all .7s ease-in-out 0;
    -o-transition: all .7s ease-in-out 0;
    -webkit-transition: all .7s ease-in-out 0
}

.article .imgWrap:hover::after {
    opacity: 0;
    transform: skew(-100deg);
    -moz-transform: skew(-100deg);
    -ms-transform: skew(-100deg);
    -o-transform: skew(-100deg);
    -webkit-transform: skew(-100deg)
}

#content {
    background-color: #f6f6f6
}

#content::before {
    content: "";
    height: 1px;
    background: #e8e8e8;
    display: block;
    position: absolute;
    left: 0;
    right: 0
}

#content #aside {
    margin-top: 0;
    padding-top: 10px
}

#aside&gt;#searchbar {
    padding-top: 0
}

#aside .submit {
    top: 0
}</pre></body></html>