html {
  height: 100%;
  overflow:hidden;
}
body {
  height: 100%;
  text-wrap:normal;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #959595;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color:rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb
{
	background-color: #f7941d;
}