<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {font-family: arial,helvetica,sans-serif; font-size: 12px; line-height: 3.6em; margin: 0; padding: 0;  }
h2 {font-size:14px;}


.autocomplete-suggestions 
{
	
/*	 background: #FFF; 
	 cursor: default;
	  overflow: auto;
	   -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64)
		; box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);*/
	border-bottom: 1px solid #999;
    border-top: 1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
    display: none;
    left: 190px;
    max-height: 300px;
    position: absolute;
    top: 558.8px;
    width: auto;
    z-index: 9999;
	
 }
.autocomplete-suggestion
 {
	 padding: 2px 5px; 
	 white-space: nowrap;
	  overflow: hidden;
	   width:410px; 
	   background:#FFF; 
	   border-left:1px solid #999;
	border-right:1px solid #999;
	  cursor: pointer;
	  line-height:normal;
	font-size:12px;
	   
	   }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
/*input { font-size: 14px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; width:400px; }*/
</pre></body></html>