.dmk2maps_mapcont img{
	max-width: none !important;
}
.dmk2maps_loading{
	width: 100%;
	text-align: center !important;
}

.dmk2maps_textbefore{
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}
.dmk2maps_textafter{
	width: 100%;
	margin-top: 10px;
	clear: both;
}


/*--- Global Map Bubbles ---*/
.dmk2maps_bubble_title{
	display: block;
	 width: 610px;
    font-weight: bold;
	text-transform: uppercase;
	font-size: 130%;
	border-bottom: 1px solid #ccc;


	
}
.dmk2maps_bubble_image{
    width: 200px;
    text-align: left;
	margin: 10px 10px 0 0;
	float: left;
	
	
}
.dmk2maps_bubble_image img{
    max-width: 100% !important;
}

.dmk2maps_bubble_introtext{
    width: 200px;
	float: left;	
}
.dmk2maps_bubble_introtext img{
    max-width: 100% !important;
}

.dmk2maps_bubble_extraftable{
    width: 410px;
	clear: left;
	font-size: 80%;
	margin: 10px 0 10px 0;
}
.dmk2maps_bubble_extraftable tr.row0{
    border-bottom: 1px dotted #ddd;
}
.dmk2maps_bubble_extraftable tr.row1{
    border-bottom: 1px dotted #ddd;
}
.dmk2maps_bubble_extraftable tr td.title{
    width: 100px;
    font-weight: bold;
	font-size: 80%;
}