#vertical-ticker {
	position: relative;   
	height: 126px;
	overflow: hidden;
}

div.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

#vertical-ticker li {
	display: block;
}

dl.starimg {
	background-image: url("./images/announce.png");
	background-repeat: no-repeat;
}

.block-left {
	box-sizing: border-box;
	width: 100%;
	padding-right: 3px;
	vertical-align: top;
}

.block-right {
	box-sizing: border-box;
	width: 100%;
	padding-left: 3px;
	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;
	font-size: 1.1em;   
	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), only screen and (max-device-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;
	}
	
	.forabg {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
	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;
	}
	
	.forabg {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
	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;
	} 
	
	.forabg {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
