body {
/*
	margin:0px;
	overflow:hidden;
*/
}
span.floater {
	float:right;
	position:absolute;
	left:0px;
	top:0px;
	xdisplay:none;
	z-index: 2;
}
div.canvas {
	x-background-color: lime;
	position: relative;
	height:75vh;
	xwidth:100vw;
	z-index: 1;
	padding:1em;
}
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	height:100%;
	width:100%;
	margin: 0 auto;
}
div.group {
	padding:.5em;
	background-color:#ccc;
	border-radius: .5em;
}

/* logon */

div#logon {
	width:100%;
	xbackground-color:lime;
}

div#logon div {
	padding-bottom:.5em;
	xbackground-color:red;
}

form {
	xbackground-color:lime;
	xpadding:1em;
}
input {
	xwidth:100%;
	xbackground-color:red;
}
xinput {
	font-size:3em;
	height:3em;
}
