.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 height: 45px;
    padding: 8px 2px;
    width: 80px;
	background: #1C579F;
	border: white;
    border-style: solid;
    box-sizing: border-box;
     color: white;
     font-weight: bold;
   font-style: normal;
    font: 400 13px "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  pointer-events:none;
 text-align: center;
}
}
.jqvmap-label span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}


.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
