/* scrollbar style */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background-color: #333333;
}

::-webkit-scrollbar-thumb {
	background-color: #7e7e7e;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #666;
}