::-moz-selection {
	background: none;
	color: inherit;
}

::selection {
	background: none;
	color: inherit;
}

body {
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}