/* see: http://www.coding-dude.com/wp/css/highlight-text-css/ */
.realistic-marker-highlight {
  position: relative;
  /* background-color: rgba(88, 187, 48, 0.3); */
  background-color: rgba(255, 255, 0, 0.78);
  /* background-color: rgba(37, 190, 37, 0.25); */
  color: rgb(43, 43, 54);
}

/* background-color: rgb(228, 217, 74); */
/* .realistic-marker-highlight:before {
  content: "";
  background-color: rgba(88, 187, 48, 0.4);
  width: 100%;
  height: 1em;
  position: absolute;
  z-index: -1;
  filter: url(#marker-shape);
  left: -0.25em;
  top: 0.1em;
  padding: 0 0.25em;
} */
