.jvectormap-label {
    position: absolute;
    display: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 4px 8px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
	right:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #a1a1a1;
    padding: 5px;
	font-size:16px;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.jvectormap-zoomin {
    bottom: 46px;
}

.jvectormap-zoomout {
    bottom: 10px;
}