div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #666666;
    position: absolute; 
    background-color: #efefef; 
    font-family: Arial;
    font-size:x-small;
    color:#666666; 
	padding: 3px;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #223A47;
    color: white;
}
