.context-menu {
    position: fixed;

    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 6px;

    min-width: 140px;
    padding: 6px 0;

    z-index: 9999;
}

.context-menu div {
    padding: 6px 10px;
    cursor: pointer;
}

.context-menu div:hover {
    background: rgba(255,255,255,0.08);
}