.leaflet-notations-text {
  position: absolute;
  left: 50%;
  display: inline-block;
  font-size: 16px;
  text-shadow: 0.125rem 0 0 #fff, -2px 0 0 #fff, 0 0.125rem 0 #fff,
    0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
    -1px 1px 0 #fff;
  white-space: nowrap;
  background: none;
  border: none;
  box-shadow: none;
  transform: translateX(-50%);
}

.leaflet-draw-section {
  text-align: right;
}
