div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;
    background-color: #292B2D;
    color: #A2A6AA;
    font-size:75%;
    font-weight: bold;   
}

div.suggestions div {
    cursor: default;
    padding: 3px 3px;
}

div.suggestions div.current {
    background-color: #000;
    color: white;
}