@charset "utf-8";
/* CSS Document */

body {
}
.content {
	font-size: 13px;
	color: balck;
	margin-top: 30px;
	line-height: 25px;
	height: 350px;
}
hr {
	height: 0;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.13);
	border-top: 1px solid rgba(0,0,0,1);
	margin: 9px 10px;
	clear: both;
}
.links {
	margin: 10px;
}
.links a {
	display: inline-block;
	padding: 3px 15px;
	margin: 7px 10px;
	background: #444;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.links a:hover {
	background: #eb3755;
	color: #fff;
}
.output, .info {
	margin: 20px 40px;
	background: #111;
	width: 50%;
	padding: 0 21px 0 19px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.output a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-left: 19px;
	margin: 5px 40px 5px 0;
}
.output a.hidden {
	opacity: 1;
}
.output span {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 3px;
	display: none;
	border-radius: 14px;
}
.output span.onScrollStart {
	background: #b0ef0a;
}
.output span.onTotalScrollBack {
	background: #f0df09;
}
.output span.onTotalScroll {
	background: #f08209;
}
.output span.onScroll {
	background: #0bbbee;
}
.output span.whileScrolling {
	background: #930bee;
}
.output span.hidden {
	visibility: hidden;
}
.info {
	padding: 0;
	background: transparent;
	color: #999;
}
.info  -position, .info .dragger-position, .info .scroll-pct {
	color: #eee;
	display: inline-block;
	min-width: 40px;
	margin-right: 20px;
}
code {
	color: #5b70ff;
}
.total-scroll-offset-cb {
	color: #f08209;
}
.total-scroll-back-offset-cb {
	color: #f0df09;
}
.scroll-content {
}
