div.suggestions {
  /*  -moz-box-sizing: border-box; */
  /*  box-sizing: border-box; */
    background-color: white;
    border: 1px solid black;
    position: absolute; 
	width : 450px;
	
	
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
   /* width : 445px; */
}

div.suggestions div.current {
    background-color: #42b090;
    color: white;
}
