
#context_menu {
  position: absolute;
  width: 160px;
  z-index: 200;


  background-color: #DDD;
  border-radius: 4px;
  border: solid 1px #333;
  padding: 8px;

  box-shadow: 2px 3px 5px #333;

  font-family: 'Actor';
  font-size: 14px;
}

.context_menu_element {
  border-radius: 4px;
  border-bottom: solid 1px #999;
  padding: 4px;
  cursor: pointer;
}

.context_menu_element:hover {
    background-color: #FFF;
}
