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

::-webkit-scrollbar-track {
	display: none;
}

::-webkit-scrollbar-thumb{
	background-color: #7C7C7C;
	border-radius: 2px;
	opacity: .2;
}

/*
These items affect everything
*/

*{
	outline: none;
}

body,html {
	width: 100%;
	margin: 0;
}
