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