.jvectormap-container {
    width: 160%;
    height: 100%;
    
    
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #e89818;
    border-radius: 1px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 40px;
    border-radius: 1px;
    background: #e89818;
    padding: 9px;
    color: white;
	padding-right: 9px;
	margin-right: 9px;
	font-size: 16px;
    cursor: pointer;
    line-height: 1px;
    text-align: center;
	}



.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}



