

.mapael .map {
  max-width: 380px;
  margin-left:auto;
  margin-right:auto;


}

.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  border-radius: 0px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #000;
  font-family: Arial;
  -webkit-box-shadow: 10px 10px 24px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 24px -15px rgba(0,0,0,0.75);
box-shadow: 10px 10px 24px -15px rgba(0,0,0,0.75);
}