/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Misc visuals
----------------------------------*/



@media (min-width: 768px)  {
.ui-autocomplete { position:  absolute;


 font-size: 13px; font-weight: bold; cursor: default;  margin: 795px 0 0 358px;  background-color: #B9AEAD;   color: #CCCCCC; font-family: Lato,sans-serif,Arial;
padding: 5px 2px 5px 2px; }
}

@media (max-width: 767px)  {
.ui-autocomplete { position: absolute;  cursor: default;  margin: 840px 0 0 10px;  background-color: #B9AEAD; color: #CCCCCC; font-family: Lato,sans-serif,Arial; padding: 5px 2px 5px 2px; }
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */


