#vertical-ticker {
	position: relative;   
	height: 132px !important;
	overflow: hidden;
}

.tsportalfa {
	color: #fff;
	padding-left:5px;
	font-size: 18px;
	font-weight:100;
}


div.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

#vertical-ticker li {
	display: block;
	height: 42px !important;
}

dl.starimg {
	background-repeat: no-repeat;
}

dl.starimg:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-style:solid;
	font-size:34px;
	content: "\f0e6";
	color:#0066b2;
	line-height:34px;
	left: 10px;
}

.block-left {
	box-sizing: border-box;
	width: 100%;
	padding-right: 2px;
	vertical-align: top;
}

.block-right {
	box-sizing: border-box;
	width: 100%;
	padding-left: 2px;
	vertical-align: top;
}

.block-left-off {
	box-sizing: border-box;
	width: 100%;
	vertical-align: top;
}

.block-right-off {
	box-sizing: border-box;
	width: 100%;
	vertical-align: top;
}

.container {
	width: 100%;
	columns: 2;
	display: flex;
}

.tsticker {
	position: relative;
	float: right;
	padding-right: 4px;
	margin-top: -24px;
	height:17px;
}

a.stats_topic_title {
	font-size: 1.1em;
	padding-left: 6px;
	font-weight: bold;
}

span.stats_name {
	float: left;
	padding-left: 6px;
	font-size: 1.1em;
	font-weight: bold;   
}

span.stats_author {
	padding-left: 6px;
}

span.stats_info {
	float: right;
	position: absolute; 
	left: 74%;
}

span.stats_infos {
	font-size: 1.1em;   
	position: absolute; 
	left: 77%;
	}

span.stats_infos-off {
	font-size: 1.1em;   
	position: absolute; 
	left: 74%;
	margin:0;
}

span.stats_post_infos {
	font-size: 1.1em;   
	position: absolute; 
	left: 74%;
	margin-top: -4px;
}

span.stats_date {
	font-size: 1.1em;   
	position: absolute; 
	left: 70%;
}

span.stats_date-off {
	font-size: 1.1em;   
	position: absolute; 
	left: 74%;
	margin-top: -4px;
}

@media only screen and (max-width: 700px) {
	span.stats_name {
		width: 100%;
	}
   
	span.stats_info {
		display: none;
	}

	span.stats_date {
		display: none;
	}
	
	a.stats_topic_title {
		width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.block-left {
	margin-right: 10px;
	}
}

@media (max-width: 550px) {
	#vertical-ticker {  
	height: 130px !important;
	}
}