/* Version Nr. 37 */

::-webkit-scrollbar {
	height: 0.3%;
  width: 0.3%;
  min-width: 2px;
  min-height: 2px;
  max-width: 4px;
  max-height: 4px;
}
::-webkit-scrollbar-track {
	background-color: transparent;
  margin-right: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: black;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
