﻿body {
	-webkit-touch-callout: none;
	-webkit-user-select:   none;
	font-family: monospace;
	font-size: 12px;
}

.config {
	font-size: 12px;
}

.controller {
	position: fixed;
	bottom:     0px;
	font-size: 14px;
}

.controller a {
	padding:       0.5em;
	border-style: outset;
}

.controller div {
	line-height: 250%;
}

.controller p {
	margin: 0em;
}

.controller span {
	display:      block;
	margin: 1em 1em 0em;
}

.ds_controller {
	position: absolute;
	font-size: 14px;
	margin-top: 2em;
}

.ds_controller a {
	padding:       0.5em;
	border-style: outset;
}

.android_config {
	position:   fixed;
	display:     none;
	width:       100%;
	height:      100%;
	background: white;
	z-index:     1000;
}
