<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* News custom style */
#side .boxNews {
	padding-top:25px;
}

.boxNews &gt; .boxLabel {
	color:#3d3d3d;
	font-size:186%;
	font-weight:300;
	margin-bottom:0.8em;
}

.boxNews &gt; .boxLabel &gt; a {
	color:#3d3d3d;
	text-decoration:none;
}
.boxNews &gt; .boxLabel &gt; a:hover {
	text-decoration:underline;
}

.boxNews .itemNews {
	margin-bottom:1.5em;
}
.boxNews .itemNews .date {
	font-size:87%;
	margin-bottom:0.35em;
}
.boxNews .itemNews h3 {
	font-weight:300;
	line-height:120%;
}

.boxNews .showAll {
	margin-top:40px;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:87%;
	text-decoration:none;
	width:207px; height:44px;
	text-align:center;
	vertical-align:middle;
	line-height:41px;
	white-space:nowrap;
	border-radius:3px;
	overflow:hidden;
	background:#f5761c url(../../../../tpl/web/images/btn-showall.png) 0 0 no-repeat;
}
.boxNews .showAll:hover {
	text-decoration:underline;
}
</pre></body></html>