html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#map-canvas {
	height: 100%;
}
#iw_container .iw_title {
	font-size: 16px;
	font-weight: bold;
}
.iw_content {
	padding: 5px 15px 0 0;
	font-size: 16px;
}
.iw_content a {
	color:#2e8de2;
	text-decoration:none;
}
.iw_content a:hover {
	color:#000;
}