.map_wrapper {
	max-width: 100%;
	width:100%;
}

.map_box {
	max-width: 100%;
}

.map_wrapper .map_aspect_ratio {
	max-width: 100%;
	width:100%;
	position: relative;
	height: 0;
}

.map_wrapper .map_container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.map_container .map_render {
	height:100%;
}

/* Tooltip */
.imapsLabel foreignObject br {
	height:0px;
	content: '';
	clear:both;
	display: block;
}

.imapsLabel foreignObject p {
	margin:0;
	padding:0;
}

.imapsLabel foreignObject {
	box-sizing: content-box;
}

.imapsLabel foreignObject img {
	margin:0;
	padding:0;
	display: block;
	position: relative;
	max-width:100%;
	box-sizing: content-box;
}

.imapsInnerTooltip {
	display:block;
	white-space:initial;
	word-break: initial;
	word-wrap: initial;
	width:100%;
}