.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #7ab51e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white;
    color: #565656;
    font-family: sans-serif, Verdana;
    font-size: normal;
    padding: 3px;
    z-index: 11;
}

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

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

ul.swissmapList {
	float:right; 
	width: 49%; 
	margin: 0;  
}

ul.swissmapList li {
	list-style: none; 
	cursor: pointer;
	padding-left: 35%;
	padding-top: 3px;
	padding-bottom: 3px;
}
