﻿.autocomplete-suggestions {text-align:left; cursor:default; border:1px solid #555; border-top:0; background:#000; box-shadow:1px 1px 15px rgba(100,100,100,1); position:absolute; display:none; z-index:9999; max-height:254px; overflow:hidden; overflow-y:auto; box-sizing:border-box;}
.autocomplete-suggestion {position:relative; padding:.2em .6em; line-height:25px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#aaa; }
.autocomplete-suggestion:nth-child(even){background:#222;}
.autocomplete-suggestion b {font-weight:normal; color:#ff0; }
.autocomplete-suggestion.selected {background:rgba(0, 127, 255, .8); color:#fff; cursor:pointer;}
