.mb-measure-tooltip {
  position: relative;
  width: 200px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.mb-measure-tooltip-wapper {
  margin: 9px 11px;
  line-height: 1.4;
}

.mb-measure-tooltip-measure h3 {
  margin: 0 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}

.mb-measure-tooltip-static h3 {
  margin: 0 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #766f36;
}

.mb-measure-tooltip-measure {
  opacity: 1;
  font-weight: bold;
}

.mb-measure-tooltip-hidden {
  display: none
}

.mb-measure-tooltip-force-hidden {
  display: none !important
}

.mb-measure-tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}

.mb-measure-tooltip-measure:before,
.mb-measure-tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

.mb-measure-tooltip-static:before {
  border-top-color: #ffcc33;
}

.mb-measure-tooltip-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.mb-measure-tooltip-measure .mb-measure-tooltip-close-button {
  color: #c3c3c3;
}

.mb-measure-tooltip-static .mb-measure-tooltip-close-button {
  color: #353131;
}