.ctx-menu {
  display: none;
  width: 7em;
  z-index: 5;
  position: absolute;
}

.ctx-menu-content {
  background-color: white;
  border: 2px solid lightskyblue;
  margin: 5px;
}
.ctx-item {
  margin: 1px;
  padding: 0.3em;
  cursor: default;
}

.ctx-item-enabled:hover {
  background-color: lightblue;
}
.ctx-item-disabled {
  color: gray;
}

.ctx-target-item {
  border: 1px solid lightblue;
}
