<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html[dir="ltr"] .ipsStreamItem .ipsLeaderboard_trophy {
	position: absolute;
	top: -10px;
	left: -10px;	
}
html[dir="rtl"] .ipsStreamItem .ipsLeaderboard_trophy {
	position: absolute;
	top: -10px;
	right: -10px;	
}

td.ipsLeaderTable_trophy .ipsLeaderboard_trophy {
	margin-top: -12px;
	{prefix="transform" value="scale(0.8)"}
}

#elDateForm label {
	display: none;
}

#elDateForm input[type="date"] {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 7px 0;
}

#elLeaderboardContent.ipsTabs_panels .ipsTabs_panel {
	padding: 7px;
}

/* Popular content */
.cPopularItem {
	display: flex;
	align-items: center;
}
	html[dir="ltr"] .cPopularItem &gt; div:last-child {
		border-right: 1px solid rgba(0,0,0,0.1);
		padding-right: 15px;
	}
	html[dir="rtl"] .cPopularItem &gt; div:last-child {
		border-left: 1px solid rgba(0,0,0,0.1);
		padding-left: 15px;
	}

.cPopularItem_stats {
	font-size: 20px;
	color: #788998;
	min-width: 200px;
	order: 2;
}
	.cPopularItem_stats a {
		color: #788998;
	}
	
	.cPopularItem_stats span {
		display: block;
		margin-top: 5px;
		font-size: 12px;
		text-transform: uppercase;
		opacity: 0.5;
	}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.cPopularItem {
		display: block;
	}
	.cPopularItem_stats {
		float: right;
		min-height: 100px;
		padding-top: 20px;
	}
	html[dir] .cPopularItem &gt; div:last-child {
		border: 0;
	}
	
	html[dir="ltr"] .cPopularItem &gt; div:first-child {
		border-left: 1px solid rgba(0,0,0,0.1);
	}
	html[dir="rtl"] .cPopularItem &gt; div:first-child {
		border-right: 1px solid rgba(0,0,0,0.1);
	}
}

/* Past leaders */
.cPastLeaders_row {
	margin-bottom: 30px;
}

.cPastLeaders_title {
	display: block;
	font-weight: 400;
	font-size: 18px;
	padding: 7px 0 0;
	margin-bottom: 5px;
	position: relative;
}

	.cPastLeaders_title:before {
		height: 1px;
		border-top: 1px solid rgba(0,0,0,0.1);
		display: block;
		content: '';
		position: absolute;
		width: 100%;
		top: 18px;
	}

	.cPastLeaders_title span {
		background: #fff;
		display: inline-block;
		position: relative;
		z-index: 1000;
	}
	html[dir="ltr"] .cPastLeaders_title span {
		padding-right: 20px;
	}
	html[dir="rtl"] .cPastLeaders_title span {
		padding-left: 20px;
	}

.cPastLeaders_cell {
	background: #f5f5f5;
	border-radius: 5px;
	min-height: 68px;
	padding: 10px;
	position: relative;
}

	html[dir="ltr"] .cPastLeaders_cell {
		padding-right: 65px;
	}
	html[dir="rtl"] .cPastLeaders_cell {
		padding-left: 65px;
	}

	html[dir="ltr"] .cPastLeaders_cell .ipsPhotoPanel {
		margin-left: 60px;
	}
	html[dir="rtl"] .cPastLeaders_cell .ipsPhotoPanel {
		margin-right: 60px;
	}

		.cPastLeaders_cell .ipsPhotoPanel &gt; div {
			padding-top: 7px;
		}

	html[dir="ltr"] .cPastLeaders_cell:after {
		right: 10px;
	}
	html[dir="rtl"] .cPastLeaders_cell:after {
		left: 10px;
	}

	.cPastLeaders_cell:after {
		color: #000;
		content: attr(data-position);
		position: absolute;
		top: 0;
		line-height: 64px;
		font-size: 30px;
		font-weight: bold;
		opacity: 0.1;
	}

.cPastLeaders_cellEmpty {
	opacity: 0.4;
}

.cPastLeaders_cell .ipsLeaderboard_trophy {
	margin-top: 5px;
	{prefix="transform" value="scale(1.1)"}
}
	html[dir="ltr"] .cPastLeaders_cell .ipsLeaderboard_trophy {
		margin-left: 5px;
	}
	html[dir="rtl"] .cPastLeaders_cell .ipsLeaderboard_trophy {
		margin-right: 5px;
	}

.cPastLeaders_user {
	font-size: 18px;
}

.cPastLeaders_rep {
	opacity: 0.6;
	text-transform: uppercase;
	font-size: 11px;
}

ul.cTopMembers_NoFollowButton a.ipsButton{
	margin: 25px inherit;
}

.ipsGrid_span3.cTopMembers_member {
	height: 280px;
}</pre></body></html>