.context-dict-editor {
    box-shadow: 0 0 20px rgba(37, 40, 42, 0.22);
    color: #1f194c;
    padding: 0.5em;
    font-size: small;
    position: fixed;
    /* position: absolute; */
    border-radius: 5px;
    background-color: white;
    border-color: gray;
}

.context-dict-editor-label {
    user-select: none;
    padding: 0.3em;
    overflow-y: clip;
    width: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:inline-block
}

.context-dict-editor-header {
    user-select: none;
    padding: 0.5em;
    overflow-y: clip;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:inline-block;
    text-align: center
}

.context-dict-button-panel {
    float:right;
    margin: 0.4em;
}

.context-dict-editor > input {
    float:right;
}
.context-dict-editor-button {
    margin: 0.1em;
    border-radius: 6px;
}
