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

/* WebKit Scroll Bars */

body   {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin:0px;
	padding:8px;
}

html {
	overflow-y: auto;
	background-color: transparent;
}

iframe::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

iframe::-webkit-scrollbar-button:start:decrement,
iframe::-webkit-scrollbar-button:end:increment  {
	height: 30px;
	display: block;
	background-color: transparent;
}

iframe::-webkit-scrollbar-track-piece  {
	
}

iframe::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #666;
	-webkit-border-radius: 0px;
}

/* webkit scroller */
iframe::-webkit-scrollbar-thumb:vertical { 
	height:10px; 
	background-color: #666; 
	}
iframe::-webkit-scrollbar { 
	width:10px; 
	height:10px; 
	background: #f1f1f1; 
	margin-right:5px; 
	}