﻿.suggestions {
    border: 1px solid #ccc;
    max-width: 200px;
    position: absolute;
    background: white;
}

    .suggestions div {
        padding: 5px;
        cursor: pointer;
    }

        .suggestions div:hover {
            background: #eee;
        }
