body, html, #Stage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-content-zooming: none;
	-ms-touch-action: pan-x pan-y;
}

#Stage, #Stage * {
	position: absolute;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

#Stage * input,  #Stage * textarea {
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-o-user-select: auto;
	-ms-user-select: auto;
	-webkit-tap-highlight-color: auto;
}

#Stage br, #Stage span {
	position: relative;
}

/* Condensed */
@font-face {
	font-family: 'din';
	src: url('../fonts/d-din.woff2') format('woff2'),
	url('../fonts/d-din.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'din';
	src: url('../fonts/d-din-bold.woff2') format('woff2'),
	url('../fonts/d-din-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

/* Wide */
@font-face {
	font-family: 'montserrat';
	src: url('../fonts/montserrat-medium.woff2') format('woff2'),
	url('../fonts/montserrat-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bebas';
	src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
	url('../fonts/bebasneue-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

body {
	background: #10151A;
}

.css-animate {
	animation: 0.5s all;
}

#Stage {
	font-family: 'din';
	color: #fff;
}

.UISection * {
	pointer-events: all;
}

.UIReport .scroll::-webkit-scrollbar,
.UICompare .scroll::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
}

.UIReport .scroll::-webkit-scrollbar-thumb,
.UICompare .scroll::-webkit-scrollbar-thumb  {
	border-radius: 5px;
	-webkit-box-shadow: none;
	background-color: rgba(255,255,255, 0.05);
}

.UICompare .scroll,
.UIReport .scroll {
	scrollbar-color: rgba(255,255,255, 0.05) transparent;
	scrollbar-width: 10px;
}