div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3b5998;
    position: absolute;
    width: 300px;   
    font-size: 12px;
    font-family: verdana;
    background-color: #ffffff;
    z-index: 999;
}

div.suggestions div {
    cursor: default;
    padding: 2px 3px;
    border-bottom: 1px solid #efefef;
    text-align: left;
}

div.suggestions div.current {
    background-color: #3b5998;
    color: white;
}


div.suggestions div span {
     font-weight: bold;
     background-color: #d8dfea;
}

div.suggestions div.current span {
    background-color: #5670a6;
}
