<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content .contentBox
{
    padding: 23px 23px 35px 23px;
}
#content .contentBox h2.title.news
{
    margin-bottom: 20px;
}

.filter
{
    position: absolute;
    top: 23px;
    right: 23px;
}
body.mobile .filter
{
	display: none;
}
.filter .field .value
{
    border: 2px solid #c3cccf;
    border-radius: 3px;
}
.filter select
{
    width: 100%;
    border: none;
    padding: 3px;
}

ul.newsList
{
    list-style-type: none;
    margin: 0 0 35px 0;
    padding: 0;
}

ul.newsList .item
{
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 15px 0 0 0;
    background: url( '../../images/line-horizontal-dotted.png' ) repeat-x top left;
}

ul.newsList .item .thumb
{
    float: left;
    margin-right: 20px;
}

ul.newsList .item .dateWrapper
{
    display: block;
    width: 90px;
    float: left;
    padding-top: 3px;
}

ul.newsList .item .dateWrapper.block
{
    float: none;
    width: auto;
    margin-bottom: 10px;
}

ul.newsList .item .dateWrapper .date
{
    display: inline-block;
    background-color: #0087e5;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    border-radius: 4px;
    min-width: 64px;
    text-align: center;
}

ul.newsList .item h3
{
    font-size: 13px;
    margin: 0;
    padding-left: 90px;
}
ul.newsList .item h3 a
{
    color: #494949;
}
body.web ul.newsList .item h3 a:hover
{
    color: #ed130a;
    text-decoration: none;  
}

.socialWrapper
{
    float: left;
}

body.mobile .socialWrapper,
body.mobile .pagedNavigationBox
{
	float: none;
	text-align: center;
}
body.mobile .pagedNavigationBox
{
	margin-top: 25px;
}
body.mobile .pagedNavigationBox ol
{
	display: inline-block;
}
body.mobile .pagedNavigationBox li
{
	margin: 0 3px;
}
</pre></body></html>