div.suggestions {    color:#000;    -moz-box-sizing: border-box;    box-sizing: border-box;    border: 1px solid black;    position: absolute;}div.suggestions div {    cursor: default;    padding: 0px 3px;    background-color: #fff;}div.suggestions div.current {    background-color: #000;    color: #9EA655;}