div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    position: absolute;
    background-color: #ffffff; 
    font-family: Verdana;
    font-size: 9pt;
    color: #666666; 
    line-height: 1.5em;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #000000;
    color: #ffffff;
}