
#search-suggestion{
    display: none;
    background-color: white;
    margin:0 10px 0 0;
    min-height: 100px;
    max-height: 300px;
    overflow: scroll;
    width: 170px;
}

#search-suggestion ul{
    height: 100%;
}

#search-suggestion ul li{
    height: 16px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

#search-suggestion ul li a{
    text-decoration: none;
    color: black;
}

.suggestion-title{
    text-transform: uppercase;
}