@charset "UTF-8";
/* CSS Document */

body {
    background-color: #222222; 
	color: #ccc;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
}
canvas{
    overflow: hidden;
}
.helderk {
	color: #e82f00;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	padding-right: 12px;
}
.areas {
	color: #999;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	padding-left: 12px;
	border-left: 1px solid #999;
	border-style: dotted;
}
.content {
	background-color: #191919cc;
	position: absolute;
	top: 40%;
	width: 100%;
	height: 100px;
}
.int {
	padding: 0px;
}
.tt {
	position: relative;
	z-index: 1;
	text-shadow: #000 1px 1px 1px;
	left: 20vw;
	top: 40px;
	width: 400px;
}
