.thing {
	margin-top: 5px;
}

#root_node {
	display: table-row;
}

#left {
	width: 33%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	/*float: left;*/
	margin-right: 4px;
	margin-left: 10px;
	background-color: #1F1;
}

#map {
	background-color: #222; 
	position: absolute;
	right: 0px;
	width: 70%;
	height: 100%;
	font-family: Courier;
}

.inputLabel {
	font-size: small;
}

.inputBox {
}
