.autosuggest {font-size:12px;}
.autosuggest .suggestions {cursor:pointer; border:1px solid #888888; background:#ffffff; margin:5px 0; text-align:left; color:black;}
.autosuggest table.suggestions {border-spacing:0; border-collapse:collapse;}
.autosuggest table.suggestions td {padding:2px;}
.autosuggest .suggestions .suggestion .exchange {font-size:10px; color:#555555;}
.autosuggest .suggestions .suggestion .more { font-style:italic; color:#555555;}
.autosuggest .suggestions .suggestion.even { background:#eeeeee; }
.autosuggest .suggestions .suggestion.odd { background:#f9f9f9; }
.autosuggest .suggestions .suggestion.hovered { background:#cee2e5;}
.autosuggest .suggestions .suggestion.selected { background: #c4e5c8;}
