.ui-autocomplete {
  overflow: hidden;
}
.ui-menu {
  padding: 0;
  width: 230px;
}
.ui-menu-item {
  background: #318abd;
  border: 1px solid white;
  color: white;
  font-weight: 300;
  line-height: 15px;
  height: 50px;
  overflow: hidden;
  padding: 10px 5px;
}
.ui-menu-item.ui-state-focus {
  background: white;
  color: #318abd;
  border: 1px solid #318abd;
}
.ui-menu-item .search-title {
  font-weight: 400;
  margin-right: 10px;
}
.ui-menu-item .search-snippet {
  color: #97C3D7;
  font-weight: 300;
}
.ui-menu-item .search-photo {
  height: 40px;
  width: 40px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 5px;
  float: left;
}
.ui-menu-item .search-fullname {
  font-weight: 300;
  font-size: 18px;
  margin-top: 12px;
  float: left;
}
