html, body, #map_canvas {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	line-height: 100%;
	font-family: arial, sans-serif;
	overflow-x: hidden;
}
table.info {
	border: solid 1px #000000;
	border-collapse: collapse;
}
table.info td {
	border: solid 1px #000000;
	padding: 2px 4px;
	font-size: small;
	line-height: 1em;
}
#DebugLogViewIcon {
	width: 28px;
	height: 28px;
	background-color: #7b98bc;
	background-color: rgba(0, 60, 136, .5);
	border-radius:2px 2px 2px 2px;
	padding: 1px;
	position: absolute;
	font-size:1.14em;
	top: 8.5em;
	left: .5em;
	display: none;
}
#DebugLogViewIcon:hover, #DebugLogViewIcon:focus {
	background-color: #4c6079;
	background-color: rgba(0, 60, 136, .7);
}
#DebugLogView {
	width: 100%;
	height: 8em;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, .7);
	padding-bottom: 0.5em;
	position: absolute;
	bottom: 0px;
	display: none;
	clear: left;
	z-index: 255;
}
