*{
font-family: Candara, Calibri, arial;
}
.output {
display: block;
}

#stage {
	display: block;
	height: 24em;
	width: 38.8328em;
	border: .5em double #000;
	padding: .25em;
	margin: 0 auto;
}
#title {
	cursor: default;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.center {
	text-align: center;
}


#locInput {
	float: right;
}
#butTravel{
	float: right;
}

 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	width: 29.12461em;
}
 li {
	width: 29.62461em;
	float:left;
}
.direction ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	height: 3.6em;
}
.direction li {
	width: 5.824922em;
	height: 3.6em;
	line-height: 3.6em;
	
}
.direction .bottomRight button{
	text-align: right;
	height: 5.4em;
}
.direction .bottomLeft button {
	text-align: left;
	height: 5.4em;
}
.direction .bottomRighter button {
	text-align: center;
	height: 1.8em;
	vertical-align: bottom;
}
.direction .bottomLefter button {
	text-align: center;
	height: 1.8em;
	vertical-align: bottom;
}
.direction button {
	font: 1em Calibri;
	cursor: pointer;
	
	font-size: 14px; 
	color: #fff;
	padding: 10px 20px;
	border: 2px solid #000;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	background:-webkit-linear-gradient(top, #a3a3a3, #000);
	background:-moz-linear-gradient(top, #a3a3a3, #000);
	background: linear-gradient(top, #a3a3a3, #000);
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 3px rgba(0,0,0,0.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.direction button:hover {
	background: -webkit-linear-gradient(top, #acc7a3, #506651);
	background: -moz-linear-gradient(top, #acc7a3, #506651);
	background: linear-gradient(top, #acc7a3, #506651);
}
.direction button:active {
	background: -webkit-linear-gradient(top, #858565, #c5c9a9);
	background: -moz-linear-gradient(top, #858565, #c5c9a9);
	background: linear-gradient(top, #858565, #c5c9a9);
}
.title{
	font: 3em Calibri;
	text-align: center;
	text-decoration: underline;
}