body {
	margin: 0;
	padding: 0;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

#interface {
	font-family: sans-serif;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 10px;
	margin-left: 10px;
	background: #fff;
	padding: 20px;
	z-index: 1000;
}

#interface .column {
	display: inline-block;
}

#interface .geocoder-column {
	vertical-align: top;
}

#interface .geocoder-input {
	display: inline-block;
	border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.interface-route-controls {
	margin-bottom: 20px;
}

.interface-geocoder-row {
	margin-bottom: 12px;
}

.interface-section-title {
	margin: 0 0 10px 0;
	font-size: 0.83em;
	font-weight: 600;
	line-height: 1.2;
}

#select-dimensions-title {
	margin-top: 0;
}

#take-snapshot {
	display: block;
	margin-top: 15px;
}

button {
    padding: 3px 10px;
	height: 26px
}
