* {
	outline: none !important;
}
body {
	color: #4E4E4E;
	font-size: 14px;
	position: relative;
	padding: 0 !important;
}
body, html {
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
	background-color: #424242;
	border-radius: 0px;
}
body::selection {
	color: #fff;
	background-color: #26a69a;
}
p, a, button, ul, li {
	font-size: 14px;
}
a {
	color: #000000;
	text-decoration: none;
	box-shadow: none;
}
a:hover {
	color: #26a69a;
}
