.swiftype-widget .autocomplete { background-color: rgb(102, 102, 102); display: block; margin: -5px 0px 0px 80px; padding: 4px; width: 500px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); position: absolute; z-index: 2500; text-align: left; }
.swiftype-widget .autocomplete.inactive { display: none; }
.swiftype-widget .autocomplete .ac-section-title { padding: 10px 0px 2px 8px; font-size: 16px; font-weight: 500; }
.swiftype-widget .autocomplete .ac-section-title { padding: 10px 0px 2px 2px; font-size: 16px; font-weight: 500; }
.swiftype-widget .autocomplete .ac-result { padding: 2px; height: 59px; }
.swiftype-widget .autocomplete .ac-result.selected { color: rgb(255, 255, 255); background-color: rgb(102, 102, 102); }
.swiftype-widget .autocomplete .ac-result img { width: 50px; float: left; padding-right: 3px; }
.ac_title { color: rgb(255, 255, 255); max-height: 20px; font-size: 16px; font-weight: 500; overflow: hidden; }
.ac_sub { color: rgb(238, 238, 238); font-size: 90%; padding-left: 10px; }
