div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    font-weight: normal;   
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}
