.jvectormap-label {
    position: absolute;
   display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
	z-index:999;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 0px 3px;
    color: white;
    /* width: 10px; */
    /* height: 10px; */
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
	padding: 6px;
}

.jvectormap-zoomout {
    top: 40px;
	padding: 6px;
}
.jvectormap-container {
}
.reset{
	display: block;
	padding: 0px 6px;
	background: #000;
	color: #FFF;
	position: absolute;
	top: 10px;	
	cursor: pointer;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	right: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:400;
}