﻿.container { width: 800px; margin: 0 auto; }

#autocomplete, #autocomplete-ajax, #autocomplete-ajax-x, .autocomplete-suggestions {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; /*#cbcbcb;*/ /*#D7D7D7*/
  letter-spacing: 4px;
}

.autocomplete-suggestions {
border-bottom: 1px dotted #1F1E1E;
max-height:254px ;
padding:0px;
margin-top: 0px;
background:transparent; /*#202020;*/ /*#282828;*/
cursor: pointer; overflow: auto;
 }


.autocomplete-suggestion {
font-size: 14px;
padding: 14px 0px 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  max-height: 100%;
  /*width: 450px;*/
  margin: 0 auto;
  text-align: center;
  line-height:16px;
/*border-bottom:1px solid #202020;*/
}
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: transparent;/*#1d1d1d;*/
color: #28F29A; /*#e13437;*/
/*border-bottom:1px solid #fff;*/
text-decoration:none;
}
.autocomplete-suggestions strong { font-weight: normal; color: #e13437; /*#e13437;*/ }
.autocomplete-group {
font-size: 14px;
padding: 14px 0px 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  max-height: 100%;
  /*width: 400px;*/
  margin: 0 auto;
  text-align: center;
/*border-bottom:1px dotted #282828;*/
 }
.autocomplete-group strong { font-weight: normal; font-size: 10px; color: #B1B1B1; display: block; /*border-top: 1px solid #404040;*/ }

input {
/*width: 400px;*/
padding: 10px 0 10px 14px;
/*border-bottom: 1px solid #979797; */
display: block;
margin: 20px 0;
outline: 0;-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
}

select {
   border:0px;
     -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
}

#selction-ajax {display:none;}
