#map {
  height: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: Ubuntu, Gill Sans, Helvetica, Arial, sans-serif
}

.control {
  margin-left: 10px;
  user-select: none;
}

.control-ui {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  cursor: pointer;
  margin-bottom: 10px;
}

.control-text {
  font-size: 16px;
  line-height: 36px;
  padding-left: 7px;
  padding-right: 7px;
}

#buttons
{
	position: absolute;
	bottom: 40px;
	left: 10px;
}

button
{
	padding: 5px 10px;
}

.locate
{
	top: 8em;
	left: 0.5em;
}

#key
{
	position: absolute;
	right: 0;
	top: 10px;
  	background-color: #fff;
  	border: 2px solid #fff;
}

.keyRow
{
	cursor: pointer;
}

.keyMap
{
	width: 30px;
	height: 30px;
}

.keyLabel
{
	font-size: 12px;
}
