div.suggestions {

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
    background-color: #FCFCFC;
    top: -2px;
    left: -2px;
    z-index:100;


    
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current 
{
    background-color: #000;
    color: white;
}