#suggestions {
    margin-top: 10px;
    list-style: none;
    padding: 0;
    overflow-y: auto;
}

#suggestions li {
    padding: 6px 10px;
}

#suggestions li:last-child {
    border-bottom: none;
}

#suggestions a {
    text-decoration: none;
    color: #1976d2;
}

