﻿


.stephens-context-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    font-family: sans-serif;
    font-size: 14px;
    min-width: 150px;
    z-index: 99990000;
    padding: 5px 0;
}

    .stephens-context-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .stephens-context-menu li {
        padding: 8px 12px;
        cursor: pointer;
    }

        .stephens-context-menu li:hover {
            background-color: #f0f0f0;
        }
