
.our-context-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  font-family: sans-serif;
  background: rgba(28, 28, 28, 0.69);
  color: #FFF;
  border-radius: 5px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.our-context-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  border-bottom: 1px solid #444;
}

.our-context-menu li:hover { background-color: rgba(28, 28, 28, 0.75); }
