﻿.nowrap {
    white-space: nowrap;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    overflow-y: initial;
}
::-webkit-scrollbar {
 		-webkit-appearance: none;
		width: 13px;
	}
	::-webkit-scrollbar-thumb {
	    height: 40px;
		border-radius: 4px;
		background-color: rgba(181,181,183,1);
		box-shadow: 0 0 1px rgba(255,255,255,.5);
	}