
/*============================================================================*/

/*
.csr-oca-farms-map-hello-world {}
*/

.mapx-tooltip {
  position: relative;
  display: inline-block;
/*
  border-bottom: 1px dotted black;
*/
  cursor: help;
}

.mapx-tooltip .mapx-tooltiptext {
  display: block;
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1;
}

.mapx-tooltip:hover .mapx-tooltiptext {
  visibility: visible;
}

.mapx-tooltip > img {
  height: 32px;
  width: 32x;
}

/*============================================================================*/
/* =====[ (c) 2022 CSR Tech Concepts Inc All Rights Reserved.       ]=========*/