



.scrollbar
{
	scroll-behavior: none;
}





#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(51, 100, 97)), color-stop(0.72, rgb(51, 100, 97)), color-stop(0.86, rgb(103, 137, 131)));
}








.styleh::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.styleh::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.styleh::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(51, 100, 97)), color-stop(0.72, rgb(51, 100, 97)), color-stop(0.86, rgb(103, 137, 131)));
}
/*
 *  STYLE 8
 */


