.my-custom-menu {
  width: 400px;
}

.aa-cursor {
  background: #F6624E;
  color: white;
}

.autocomplete-wrapper {
  display: block;
  margin: 50px 0;
}

.aa-dropdown-menu {
  min-width: 100%;
  border: 1px solid #ccc;
  background-color: white;
  padding: 4px;
}
.aa-suggestion {
  padding: 5px 10px;
}
.aa-suggestion em{
  font-style: normal;
  font-weight: bold;
}
.aa-info-results {
  padding: 4px;
  color: #aaa;
  font-style: italic;
  text-align: right;
}
.aa-category-title{
  display: block;
  width: 100%;
  padding: 8px 4px 4px;
  border-bottom: solid 1px #eee;
  font-size: .8em;
  color: #F6624E;
  font-weight: bold;
  text-transform: uppercase;
}
.aa-dropdown-footer{
  padding: 10px 12px 6px 12px;
  margin-top: 12px;
  border-top: solid 1px #eee;
  text-align: right;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 1px;
}
