.suggest-container {
    display: none;
    background: white;
    border: 1px solid #9f9f9f;
    border-radius: 0 0 3px 3px;
    position: absolute;
    /*width: 402px;*/
    width: 378px;
    padding: 4px 0;
    margin-top: 31px;
    z-index: 999999;
}
.suggest-option {
    padding: 5px 8px;
    cursor: pointer;
}
.suggest-option-selected {
    color: #ee3134;
}

.dictionary-suggest-container {
    display: none;
    background: white;
    border: 1px solid #8972ac;
    border-radius: 0 0 8px 8px;
    position: absolute;
    padding: 4px 0;
    width: calc(100% - 74px);
    margin-top: -1px;
    z-index: 1;
}
.dictionary-suggest-option {
    padding: 5px 8px;
    cursor: pointer;
}
.dictionary-suggest-option-selected {
    color: #ee3134;
}
