.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{
    font-weight: bold;
}
.dmk2maps_bubble_image{
    width: 100%;
    text-align: center;
}
.dmk2maps_bubble_image img{
    max-width: 100% !important;
}

.dmk2maps_bubble_introtext{
    width: 100%;
}
.dmk2maps_bubble_introtext img{
    max-width: 100% !important;
}

.dmk2maps_bubble_extraftable{
    width: 100%;
}
.dmk2maps_bubble_extraftable tr.row0{
    border-bottom: 1px dotted #ccc;
    background: #fffff0;
}
.dmk2maps_bubble_extraftable tr.row1{
    border-bottom: 1px dotted #ccc;
    background: #fff;
}
.dmk2maps_bubble_extraftable tr td.title{
    width: 20%;
    font-weight: bold;
}