#googleMap {
	width:99%;
	height:300px;
	line-height:1.2em;
    margin: 0px 0px 15px 0px;
}
#googleMap .name {
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:5px;
}
#googleMap .comment {
    text-align:left;
}
iframe {
	width: 100%;
	height: 100%;
}
#mapArea {
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
    vertical-align: middle;
}
