/* CSS Document */
.ask-martha-search-wrap .form-control-lg{
    font-size: 1em;
}
.ui-autocomplete.dropdown-menu {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}

.ui-autocomplete.dropdown-menu li {
  list-style: none;
}
.ui-autocomplete.dropdown-menu li a{
    padding: 12px 15px;
}
.ui-autocomplete.dropdown-menu li a:hover{
    background: #007bff;
    color:#fff;
}
.ui-autocomplete.dropdown-menu .dropdown-item {
  white-space: nowrap;
}

.ask-martha-search-wrap .ui-autocomplete.dropdown-menu {
  width: 100%;
  max-height: 275px;
  overflow-y: auto;
}

.ask-martha-search-wrap .ui-autocomplete .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}