.right-nav::-webkit-scrollbar {
	width:6px;
	height:6px;
}
.right-nav::-webkit-scrollbar-track {
	border-radius:3px;
	background:rgba(0,0,0,0.06);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.08);
}
.right-nav::-webkit-scrollbar-thumb {
	border-radius:3px;
	background:rgba(0,0,0,0.12);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
}
.right-nav {
	padding:10px 0 0 0;
	position:fixed;
	right:0;
	font-size:12px;
	display:none;
	background-color:#ECF0F1;
	overflow:auto;
	max-height:400px;
}
.right-nav .item {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.3;
	list-style:none;
}
.right-nav .item a {
	display:block;
	position:relative;
	padding:4px 0 4px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:inherit;
}
.right-nav .active {
	color:#fff;
	background-color:#E74C3C;
	transition:all ease 0.2s;
}
