.mejs__contextmenu,
.mejs-contextmenu {
    background: #fff;
    border: solid 1px #999;
    border-radius: 4px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 9999999999; /* make sure it shows on fullscreen */
}

.mejs__contextmenu-separator,
.mejs-contextmenu-separator {
    background: #333;
    font-size: 0;
    height: 1px;
    margin: 5px 6px;
}

.mejs__contextmenu-item,
.mejs-contextmenu-item  {
    color: #333;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
}

.mejs__contextmenu-item:hover,
.mejs-contextmenu-item:hover {
    background: #2c7c91;
    color: #fff;
}
