html,body,canvas{
	font-family: monospace;
	margin: 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
html {
    overflow: hidden;
    height: 100%;
}
body {
    height: 100%;
    overflow: auto;
}
canvas{
	display:block;
}
#main{
	position:fixed;
}
#homediv{
	position: fixed;
	top:0px;
	left: 8px;
	font-style: italic;
}
a:link,
a:visited,
a:hover,
a:active{
	color: black;
}
.controlsdiv{
	position: fixed;
	top: 0px;
	right: 8px;
	text-align: right;
}
#phonecontrols{
	display:none;
}
#buttoncontrols{
	display:none;
}
#buttoncontrols{
	position: fixed;
	top: 0px;
	right: 0px;
	text-align: right;
}
#buttoncontrols canvas{
	/*border:1px solid;
	border-right:none;*/
	/*display:inline-block;*/
	float:left;
	/*background-color:white;*/
}
#buttoncontrols canvas:hover{
	cursor:pointer;
}
.controlsdiv a{
	text-decoration: underline;
}
.controlsdiv a:hover{
	cursor: pointer;
}
