#suggestions {
    margin-top: 38px;
    z-index: 101;
    max-height: 250px;
    overflow-y: auto;
    display: none; 
}


.list-group-item:hover {
    background: #f0f0f0;
}

th,td{
    font-size: 12px;
}