.mg-easymap-popup {
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  padding:100px;
  text-align:center;
  z-index:20000;
}

.mg-easymap-popup div.mg_easymap_popup_bg {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.6);
  z-index:999900;
}

.mg-easymap-popup div.mg_easymap {
  position:absolute;
  margin-left:auto;
  margin-right:auto;
  left:20%;
  right:20%;
  top:30%;
  bottom:10%;
  border-radius:15px;
  z-index:1000000;
}

.leaflet-control-layers {
  display:none;
}

.mg_easymap {
  min-width:450px;
  min-height:300px;
}
