div.suggestions {
    -moz-box-sizing: border-box;
	/*box-sizing: border-box;*/
    background-color: #7b0319;
    border: 1px solid white;
    position: absolute;   
}

div.suggestions div {
	cursor: default;
	padding: 0px 3px;
	background-color: #7b0319;
    color: white;
}

div.suggestions div.current {
    background-color: #a8445b;
    color: white;
}

