#vertical-ticker {
	position: relative;   
	height: 129px !important;
	overflow: hidden;
}
#vertical-ticker li {
	display: block;
	height: 42px !important;
}
.tsticker {
	position: absolute;
	top:2px;
	right: 20px;
}
i.tsportalfa {
	color: #fff;
	padding-left:2px;
	font-size: 20px;
	line-height: 18px;
	font-weight:100;
}
div.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
dl.starimg {
	background-repeat: no-repeat;
}
dl.starimg:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-style:solid;
	font-size:30px;
	content: "\f0e6";
	color:#0076b1;
	left: 12px;
}
.container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
}
.stat-block {
	flex: 1 1 50%;
	box-sizing: border-box;
	min-width: 300px;
	padding: 0 2px;
}
.container .stat-block:nth-last-child(1):nth-child(odd) {
	flex: 1 1 100%;
}
.stat-block .topiclist dl dd {
	border: none !important;
}
.stat-block .forabg .topiclist .header dd .stats_info {
	padding-right:8px;
	line-height: 1.5em;
	
}
.stat-block .forabg .topiclist .header dt {
	padding-left:0px !important;
}
a.stats_topic_title {
	font-size: 1.1em;
	padding-left: 6px;
	font-weight: bold;
}
span.stats_name {
	display: inline-block;
	padding-left: 6px;
	font-size: 1.1em;
	font-weight: bold;
}
span.stats_author {
	padding-left: 10px;
}
span.stats_info,
span.stats_infos,
span.stats_infos-off,
span.stats_post_infos,
span.stats_date,
span.stats_date-off {
	font-size: 1.1em;
	position: absolute;
	padding-right:6px;
	right: 0;
}
span.stats_date-off {
	line-height: 0.55em !important;
}
@media (max-width: 700px) {
	.stat-block {
		flex: 1 1 100%;
	}
	.stat-block ul.topiclist dd {
		display: block !important;
	}
	a.stats_topic_title {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
