html, body, {
	margin: 0;
	padding: 0;
	height: 100%;
}
.trail {
	padding-left: 40px;
}
.indent1, .indent2, .indent3, .indent4 {
	font-size: 0.8em;
	color: rgb(85,107,47) !important;
}
.indent1 {
	padding-left: 60px;
}
.indent2 {
	padding-left: 90px;
}
.indent3 {
	padding-left: 120px;
}
.indent4 {
	padding-left: 150px;
}
.osmc-symbol {
	position: absolute;
	border: 0px solid #000000;
	width: 30px;
	height: 21px;
}
.osmc-background {
	position: relative; 
	top: 0; 
	left: 0;
}
.osmc-foreground {
	position: absolute; 
	top: 0px; 
	left: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
	width: 30px;
	height: 21px;
	font-size: 0.9em;
}
div h3, legend {
	font-size: 1em;
	font-weight: bold;	
	margin: 0;
}
p, ol li {
	margin: 0.3em;
	font-size: 1.1em;
}
#header-page-one {
	text-align: center;
}
#reset {
	text-align: left;
}
#map, #mappage, #mappage .ui-content {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#scaleline {
	position: fixed;
	bottom: 1em;
	left: 6em;
	z-index: 1000;
	font-size: 0.8em;
}
#attribution {
	position: fixed;
	bottom: 1em;
	right: 0.5em;
	z-index: 1000;
	font-size: smaller;
}
#zoomControl {
	position: fixed;
	z-index: 1000;
	background: none;
}
#zoomout, #zoomin {
	z-index: 1000;
	padding: 0.8em;
	margin: 10px;
	border: 1px solid rgba(0, 0, 0, .6);
	opacity: 0.7;
	float: auto;
}
#cacheButton {
	display: none;
}
.tools {
	width: 19px;
	height: 16px;
}
#currenttraillist h3 div {
}