html
{overflow-y: scroll;
}

.suggestion_list
{
z-index: 120;
background: white;
border: 1px solid;
padding: 4px;
}
	
.suggestion_list ul
{
padding: 0;
margin: 0;
list-style-type: none;
}
	
.suggestion_list a
{
font-size: small;
text-decoration: none;
color: black;
}
	
.suggestion_list .selected
{
background: black;
color: white;
}

.suggestion_list .selected a
{
color: white;
}

#autosuggest
{
display: none;
}