.mapael .map
{
  position: relative;
}

.mapael .mapTooltip
{
  position: absolute;
  background-color: #ddd;
  opacity: 0.90;
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 75%;
  display: none;
  color: black;
}


.mapcontainerWORLD, .mapcontainerEU , .mapcontainerFR 
{
  width : 95%;
}