div.suggestions {
    border: 1px solid black;
    position: absolute;
    z-index: 101;
    width:300px !important;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
    background-color: white;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}
