.jvectormap-label {
    position: absolute;
    display: none;
    color: white;
	z-index: 3;
	color: #262c38;
	background: url(../images/marker-line.png) no-repeat;
	background-position: 116px 55px;
	width: 200px;
	height: 100px;
	left: 0;
	margin-top: 25px;
	margin-left: 40px;
}

.jvectormap-label img {
	border: 3px solid #FFFFFF;
    border-radius: 50px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    float: left;
    height: 100px;
    margin-left: 10px;
    margin-right: 20px;
    overflow: hidden;
    width: 100px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    right: 10px;
    cursor: pointer;
    text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.jvectormap-zoomin {
    top: 10px;
	color: #000;
	background: #FFF;
}

.jvectormap-zoomout {
    top: 40px;
	color: #000;
	background: #FFF;
}
.jvectormap-region {
    stroke: #95979d;
    stroke-width: 0;
}
.marker-title {
	margin-left: 20px;
	font-size: 18px;
	padding: 6px 0px;
}
.marker-excerpt {
	margin-left: 20px;
	font-size: 14px;
	width: 150px;
}
.jvectormap-marker {
	cursor: pointer;
}