
.gwt-SuggestBoxPopup {
    background-color: rgb(250, 250, 250);
    z-index: 2000;
    max-height: 300px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: none;
    border-top: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.gwt-SuggestBoxPopup .item {
    line-height: 32px;
    padding-left: 20px;
    cursor: pointer;

    width: 90%;

}

.suggestPopupContent {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;

}

.gwt-SuggestBoxPopup .item-selected {
    color: black;
    background-color: #f0f0f0;
    width: 90%;
}
