.context {
    z-index: 1000000;
    line-height: 20px;
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 160px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    background: #242424;
    font-size: 9pt;
    border: 1px solid #333333;
    box-shadow: 4px 4px 3px -1px rgba(0, 0, 0, 0.5);
    padding: 3px 0px;
    user-select: none;
}

.context .item {
    padding: 4px 19px;
    cursor: default;
    color: inherit;
}

.context .item:hover {
    background: #4B4C4F;
}

.context .item:hover .hotkey {
    color: #fff;
}

.context .disabled {
    color: #878B90;
}

.context .disabled:hover {
    background: inherit;
}

.context .disabled:hover .hotkey {
    color: #878B90;
}

.context .separator {
    margin: 4px 0px;
    height: 0;
    padding: 0;
    border-top: 1px solid #454545;
}

.hotkey {
    color: #878B90;
    float: right;
}
