::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #008B8B; 
}
::-webkit-scrollbar-thumb {
	background: #888; 
}
::-webkit-scrollbar-thumb:hover {
	background: #333333; 
}
body {
	scrollbar-color: #888;
	scrollbar-width: 10px;
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	display: block;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
table tbody {
	display: table;
	width: 100%;
}