/* .cellEditing {
    background-color: #ffffcc;
    border: 1px solid #000;
}

.cellEditing input {
    width: 100%;
    border: none;
    background-color: #ffffcc;
    outline: none;
}

#contextMenu {
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
}
#contextMenu button {
    display: block;
    margin: 0;
    padding: 8px;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
}
#contextMenu button:hover {
    background-color: #ddd;
}
 */