.suggestionsBox {
    position: absolute;
    margin: 10px 0px 0px 0px;
    width: 300px;
    background-color: #C0C0C4;
    border: 2px solid #FFF;
    color: #000000;
    cursor: pointer;
    overflow-y: scroll;
    font-weight: normal;
}

.suggestionList {
    margin: 0px;
    padding: 2px;
    font-size:16px;
}

.suggestionList li {

    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}