
.simplesvgmap-map-holder {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}

.simplesvgmap-map--europe_en .simplesvgmap-map-holder {
	padding-bottom: calc( 3/4 * 100% );
}

.simplesvgmap-map--world_en .simplesvgmap-map-holder {
	padding-bottom: calc( 9/16 * 100% );
}
	

.simplesvgmap-map-container {
	width: 100%;
	height: 400px;
	position: absolute !important;
}

.jqvmap-label {
	position: absolute;
	display: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #003082;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 5px 10px;
	pointer-events: none;
	z-index: 1000;
}

.jqvmap-pin {
	pointer-events: none;
}

.jqvmap-zoomin, .jqvmap-zoomout {
	position: absolute;
	left: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #003082;
	color: white;
	padding: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	font-size: 12px;
}

.jqvmap-zoomin {
	top: 10px;
}

.jqvmap-zoomout {
	top: 30px;
}

.jqvmap-region {
	cursor: pointer;
}

.jqvmap-ajax_response {
	width: 100%;
	height: 500px;
}
