#world-map{
  border: 0px dotted red;
  position: relative;
}
#world-map .map{
  border: 0px dotted green;
  display: none;
  height: 100%;
  padding: 0px 1px 1px 0px;
}
#world-map #map-back{
  display: none;
}   
.jvectormap-region {
  stroke: white;
  stroke-width: 2; 
}
.jvectormap-zoomin, .jvectormap-zoomout {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgb(159, 184, 206);
  padding: 3px;
  color: gray;
}
#world-map #button-back {
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 3000;
}
#world-map #button-back button {
  width: 16px;
  height: 16px;
  background-image: url(back.png);
  background-color: rgb(159, 184, 206);
  border: 0px !important;
}

.jvectormap-goback {
  width: 16px;
  height: 16px;
  background-image: url(back.png);
  background-color: rgb(159, 184, 206);
  border: 0px !important;
  text-indent: -9999px;
  padding: 0;
}