body {
	overflow: hidden;
	background-color: #d2f5f7;
	margin: 0;
}
* {
	font-family: "Finlandica";
	touch-action: none !important;
	-webkit-touch-callout:none !important;
	-webkit-user-select:none !important;
	-khtml-user-select:none !important;
	-moz-user-select:none !important;
	-ms-user-select:none !important;
	user-select:none !important;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*#mainCanvas {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
}
*/
#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


@font-face {
	font-family: "Finlandica";
	src: url("./Finlandica.ttf");
}

.twoD {
	z-index: 0;
}
.threeD {
	z-index: -1;
}
.widget {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.widgetHolder {
}
.floatLeft {
	float: left;
}
#widgetHolderLeft {

}
.widgetContainer {
	background-color: rgba(0,0,0,0.6);
	border: black 0.5vh solid;
	position: relative;
	margin: 1vh;
}