/** Recent Active **/
#vertical-ticker {
	position: relative;   
	height: 126px;
	overflow: hidden;
}
#vertical-ticker li {
	display: block;
	height: auto;
}
/* Stop the browser from auto-adjusting the page scroll when items move */
#vertical-ticker,
#vertical-ticker li,
#vertical-ticker .row-item {
  overflow-anchor: none;
}
.tsticker {
	position: absolute;
	top:9px;
	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 {
	position: relative;
	background-repeat: no-repeat;
}
dl.starimg::before {
	position: absolute;
	font-family: 'FontAwesome';
	font-size:30px;
	content: "\f0e6";
	color:#0076b1;
	left: 12px;
}
/** Top Stats **/
.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 !important;
	line-height: 1.8em;
}
.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;
}
/** Top Posters **/
h2.tp-head {
	text-align: center;
	font-size: 2.5em;
	text-transform: none;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
h2.tp-head i {
	color: #ffd900;
	text-shadow: 0 1px 2px rgba(0,0,0);
	transform: scale(1.3);
	margin: 0px 4px;
}
.top-posters-section {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 10px;
	margin: 20px auto;
	box-shadow: 0 3px 8px rgba(0,0,0,0.50);
}
.top-posters.podium-row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0px;
	margin: 30px 0;
}
.top-posters.rest-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 25px;
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.top-poster {
	text-align: center;
	color: #333;
	position: relative;
}
.top-poster .avatar img {
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.top-poster.rest .avatar img {
	width: 40px;
	height: 40px;
	border: 3px solid #ddd;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.top-poster.rest {
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 6px 12px;
	min-width: 80px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.30);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.top-poster.rest:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.top-poster .username, .top-poster .username-coloured {
	display: block;
	margin-top: 8px;
	font-size: 1.3em;
	line-height: 1.4;
}
.top-poster.rest .username, .top-poster.rest .username-coloured {
	display: block;
	margin-top: 8px;
	font-size: 1.1em;
	line-height: 1.2;
}
.top-poster .stats {
	font-size: 1em;
	color: #666;
}
.top-poster.rest .rank {
	margin-top: 6px;
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
}
.podium {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-top: 10px;
	padding: 0; 
	color: #fff;
	min-width: 200px;
	text-shadow: 0 1px 2px rgba(0,0,0);
	position: relative;
	overflow: hidden;
}
.podium.gold {
	background: #fafafa url("./images/gold.png") no-repeat 50%;
	height: 140px;
	border-radius: 8px 8px 0px 0px;
	border: 1px solid #cccccc;
	box-shadow: 0 0 6px rgba(0,0,0,0.30);
	z-index: 2;
}
.podium.silver {
	background: #fafafa url("./images/silver.png") no-repeat 50%;
	height: 110px;
	border-radius: 8px 0px 0px 8px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	box-shadow: -3px 0 6px rgba(0,0,0,0.30);
	z-index: 1;
}
.podium.bronze {
	background: #fafafa url("./images/bronze.png") no-repeat 50%;
	height: 80px;
	border-radius: 0px 8px 8px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	box-shadow: 3px 0 6px rgba(0,0,0,0.30);
	z-index: 1;
}
.month-nav {
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 1.1em;
	line-height: 1.3;
	text-decoration: none;
	color: #333;
	background: #f8f8f8;
	transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.month-nav:hover { background: #f0f0f0; }
.month-nav.disabled {
	opacity: .4;
	pointer-events: none;
	border-style: dashed;
}
.month-select {
	padding: 6px 36px 6px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 1.1em;
	color: #333;
	background: #f8f8f8;
	line-height: 1.3;
	cursor: pointer;
}
.month-select:hover { background: #f0f0f0; }
.month-select:focus {
	outline: none;
	border-color: #bbb;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}
.month-select::-ms-expand { display: none; }
.month-picker-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 12px;
}
@media (max-width: 700px) {
	.top-posters.podium-row { gap: 0px; }
	.top-poster .avatar img { width: 70px; height: 70px; }
	.top-poster.rest .avatar img { width: 50px; height: 50px; }
	.top-poster.rest { min-width: 70px; }
	.top-posters.rest-row {	gap: 10px; }
	.podium { min-width: 140px; }
}
@media (max-width: 600px) {
	.podium { min-width: 120px; }
	.top-poster .username, .top-poster .username-coloured {font-size: 1.1em; line-height: 1.2;}
}
/** Responsive **/
@media (max-width: 700px) {
	.stat-block {
		flex: 1 1 100%;
	}
	.stat-block ul.topiclist li.header dt {
		text-align: left;
		width:50%;
	}
	.stat-block ul.topiclist li.header dd {
		display: block !important;
		line-height: 1.2em;
		width:50%;
	}
	.stat-block ul.topiclist dd {
		display: block !important;
	}
	a.stats_topic_title {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	h2.tp-head {
		font-size: 2em !important;
	}
}