@charset 'utf8';

div#gmap {
}

div.gmapWindow {
	line-height: 1.5;
	text-align: left;
	overflow-y: scroll;
	width: 218px;
	height: 150px;
	margin: 12px;
/*	font-size: smaller; */
}

div.gmapTitle {
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 13px;
}
div.gmapIcon { text-align: center; margin-bottom: .5em; }
div.gmapText {
	font-size: 12px;
	margin-bottom: .5em;
}

