
/* definition list */

address, blockquote, dl, fieldset, form, hr, ul, ol, p, pre {
	margin: 0 0 1em 0;
}


dt {
	clear: left;
	display: block;
	margin: 0 0.25em 0 0;
	padding: 0;
	float: left;
	font-weight: bold;
}

dd {
	display: block;
	margin: 0 0 0.25em 12em;
	padding: 0;
}

* html dd {
	height: 1px;
}

html>body dd {
	height: auto;
	min-width: 1em;
}

body dd:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0%;
	height: 0;
	visibility: hidden;
}

#printContent {
	z-index: 1;
	position: absolute;
	top: 130px;
	left: 30px;
}

.placemarkDescription h1 {
		font-size: 150%;
}

