@charset "UTF-8";

.scrollbar{
	width:655px;
	height:175px;
	margin-top:50px;
	margin-left:132px;
	overflow-y:scroll;
	float:left;
	
	
	text-align: left;
	position: absolute;
	z-index: 7;
}


.content{
	height:450px;
	width: 610px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: justify;
	position: absolute;
	z-index: 7;
	font-family: Oswald;
	font-size: 11px;
	line-height: 135%;
	font-weight:100;
	color: #
	630;
	font-style: normal;
	color: #CCC;
} 


#ex3::-webkit-scrollbar{
width:8px;
background-color:
#333;
} 
#ex3::-webkit-scrollbar-thumb{
background-color:
#C93;
border-radius:6px;
}
#ex3::-webkit-scrollbar-thumb:hover{
background-color:
#F93;

}
#ex3::-webkit-scrollbar-thumb:active{
background-color:
#0C0;
border:1px solid #333333;
} 

#ex3::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:6px;
-webkit-box-shadow:0 0 6px gray inset;
} 
