.jvectormap-label {
	position: absolute;
	display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	background-color: var(--header-color);
	font-size: 14px;
	font-weight: 400;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	
}

.jvectormap-zoomin, .jvectormap-zoomout {
	position: absolute;
	left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	color: white;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	font-size: 25px;
	background-color: var(--header-color);
	line-height: 1;
}

.jvectormap-zoomin {
    top: 5px;
}

.jvectormap-zoomout {
    top: 40px;
}