svg {
  background: #111;
}
.rota {
  cursor: move;
}
.rota .highlight {
  display: none;
  fill: yellow;
  opacity: 0.06;
}
.rota.highlighted .highlight {
  display: inline;
}