.qtip-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #ECE4C7;
}

.qtip-titlebar {
	background-color: #FBCD2F!important;
	color: #2b291b; /* text color */
	font-family: 'BebasNeue', Arial, sans-serif; text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
}

#da_svgmap_container_<?php echo $mode; ?> { 
	width: 100%;
	height: 0;
	padding-top: <?php echo round( ($svgheight / $svgwidth)*100 ); ?>%;
	position: relative;
}
#da_svgmap_content_<?php echo $mode; ?> { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.da_svgmap_path {
	stroke:#ffffff;
	fill-rule:evenodd;
	fill-opacity:1;
	stroke-width:1;
	stroke-miterlimit:4;
	stroke-opacity:1;
	stroke-dasharray:none;
	stroke-linecap:butt;
	stroke-linejoin:miter;
	stroke-dashoffset:0;
}