#search #entity_name,
#search .typeahead1,
#search .tt-query,
#search .tt-hint,
#search #tt-hint
{
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  /*font-size: 18px;*/
  /*line-height: 24px;*/
  /*border: 2px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
  outline: none;
}


#search #tt-hint {
  padding: 8px 12px;
  color: #999;
  font-size: 16px;
  line-height: 20px;
}

#search .tt-dropdown-menu {
  width: 100%;
  padding: 8px 0;
  background-color: #fff;
  margin-top: 0;
  border:#e6e6e6 2px solid;
  color: #111;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#search .tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 20px;
  /*height: 40px;*/
  color: #111;
}



#search .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

#search .tt-suggestion p {
  margin: 0;
}

#search .noti-uname{
  font-size: 14px;
}


