.gs-highlight {
  background: yellow;
  color: black;
  padding: 0 2px;
  border-radius: 2px;
}
.gs-highlight.current {
  background: orange;
}
.gs-highlight {
    white-space: inherit;
}
