@charset "utf-8";
/* CSS Document */

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute; 
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}


ul.LSRes {
	font-family:Verdana, Geneva, sans-serif;
	list-style:none;
	padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute; 
}

li.LSRow {
    cursor: default;
    padding: 0px 3px;
}

#LSHighlight {
	background-color: #3366cc;
    color: white;
}