@charset "UTF-8";

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #A1007B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    color: #A1007B;
    font-family: 'Open Sans', Verdana, cnRegular, sans-serif;
    font-size: smaller;
    padding: 3px;
    z-index: 3;
}

.jvectormap-label.jvectormap-label-over{
    text-align: left;
    padding: 5px 20px 5px 5px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #A1007B;
    background: #FFF;
    padding: 3px;
    color: #A1007B;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}