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

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #040404;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #C33F51;
}

body > font > table {
  background: #020202 !important;
  color:C7C7C7 !important;
  box-shadow: 2px 2px 2px #7a7a7a, -2px -2px 2px #7a7a7a !important;
  padding:15px !important;
  width:75% !important;
}