@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
	margin: 0 auto;
	padding: 0;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.full{
	position: absolute;
	width: 300px;
	height: 600px;
}
.hidden{
	opacity: 0;
	visibility: hidden;
}
#container{
	position: absolute;
	width: 300px;
	height: 600px;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	overflow: hidden;
}
#disclaimer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 75px;
	background-color: #ffffff;
}
#scroll_container{
	position: absolute;
	right: 4px;
	top: 5px;
	width: 6px;
	height: 64px;
}
#scroll_bg{
	position: absolute;
	left: 0px;
	top: 0;
	width: 2px;
	height: 64px;
	background-color: #bbbcbf;
}
#scroll_thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 12px;
	background-color: #929496;
	cursor: pointer;
	pointer-events: auto;
}
#scroll_thumb:after{
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	left: -50%;
	top: -50%;
	opacity: 0;
	cursor: pointer;
}
#disclaimer_holder{
	position: absolute;
	left: 11px;
	top: 5px;
	width: 321px;
	height: 75px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#clicktag{
	position: absolute;
	width: 300px;
	height: 600px;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
}

#clicktag2{
	position: absolute;
	top: 505px;
	left: 10px;
	width: 208px;
	height: 18px;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
}