div.leaderboard-table table thead th.leaderTable{
	cursor: pointer;
	position: relative;
}
div.leaderboard-table table thead th.leaderTable:before,div.leaderboard-table table thead th.leaderTable:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: -1px;
	top: 50%;
	position: absolute;
	width: 0;
}
div.leaderboard-table table thead th.leaderTable:before {
	border-bottom-color: #A7B1C7;
	margin-top: -9px;
}
div.leaderboard-table table thead th.leaderTable:after {
	border-top-color: #A7B1C7;
	margin-top: 1px;
}
div.leaderboard-table table thead th.desc:before{
	border-bottom-color: #4D5A78 !important;
	margin-top: -9px;
}
div.leaderboard-table table thead th.asc:after{
	border-top-color: #4D5A78 !important;
	margin-top: 1px;
}
div.leaderboard-table table thead th.member_for:before, div.leaderboard-table table thead th.member_for:after{
	left: 100px;
}
div.leaderboard-table table thead th.upvotes:before, div.leaderboard-table table thead th.upvotes:after{
	left: 145px;
}
.col-lg-9{
	flex: 0 0 80% !important;
    max-width: 80% !important;
}
.col-lg-3{
	flex: 0 0 20% !important;
    max-width: 20% !important;
}
@media only screen and (max-width: 991px) {
	div.leaderboard-table table{
		width: 945px !important;
		display: block;
		padding: 20px;
	}
	.col-lg-9{
		flex: unset !important;
	    max-width: unset !important;
	}
	.col-lg-3{
		flex: unset !important;
	    max-width: unset !important;
	}
}
