.leaderboard {
}

.leaderboard.details .overview {
	display: none;
}

.leaderboard .details {
	display: none;
}

.leaderboard.details .details {
	display: block;
}

.leaderboard .overview .heading {
	margin: 0 12px;
}

.leaderboard .overview .text {
	float: left;
	margin: 5px;
}

.leaderboard .chartIcon {
	float: right;
	width: 26px;
	height: 26px;
	background-image: url(/common/assets/images/small/chart.png);
	background-size: 26px 26px;
}

.leaderboard .chartSection {
	position: relative;
	height: 70px;
	margin: 10px;
	margin: 5px 10px 10px 5px;
}

.leaderboard .overview .you {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.leaderboard .chartContainer {
	position: absolute;
	left: 15px;
	right: 0;
	height: 100%;
}

.leaderboard .bar {
	position: absolute;
	background-color: #A5DC82;
	bottom: 0;
	border-radius: 4px 4px 0 0;
}

.leaderboard .bar.me {
	background-color: #87DAD1;
}

.leaderboard .details .heading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 85px;
	z-index: 1;
	padding: 10px 5px 10px 10px;
	box-shadow: 0 4px 4px #a0a0a0; 
}

.leaderboard .heading .name {
	float: left;
	max-width: 180px;
}

.leaderboard .leaderboardLabel {
	float: left;
	margin: 0 0 0 5px;
}

.leaderboard .youSection {
	margin: 15px 0 0 0;
}

.leaderboard .youSection .you {
	float: left;
	color: #87DAD1;
}

.leaderboard .youSection .scoreSection {
	float: right;
	padding: 0 10px;
	background-color: #87DAD1;
	line-height: 26px;
	border-radius: 13px;
	display: none;
}

.leaderboard .youSection .scoreText {
	color: #ffffff;
}

.leaderboard .scoreContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	display: none;
}

.leaderboard .score:nth-child(odd) {
	background-color: #ECECEC;
}

.leaderboard .score.me {
	background-color: #87DAD1;
}

.leaderboard .score .rank {
	float: left;
	margin: 0 0 0 10px;
	line-height: 40px;
}

.leaderboard .score.me .rank {
	color: #ffffff;
}

.leaderboard .score .name {
	float: left;
	margin: 0 0 0 5px;
	line-height: 40px;
}

.leaderboard .score.me .name {
	color: #ffffff;
}

.leaderboard .score .value {
	float: right;
	margin: 0 15px 0 0;
	line-height: 40px;
}

.leaderboard .score.me .value {
	color: #ffffff;
}
