.typeahead,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 5px 2px;
  margin: 0;
  line-height: 30px;
  border: none;
  outline: none;
}

.typeahead {
  background-color: #ffffff;
}

.tt-hint {
    padding-top:8px;
    color:#e1b2b8;
    padding-left: 15px;
    background-color: #ffffff;
}


.twitter-typeahead {
	width: 70%;
}

.tt-dropdown-menu {
  min-width: 100%;
  width: 100%;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #fadcdf;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
      background-color: #ffffff;

}

.tt-suggestion p {
  margin: 0;
  color: #e41d36;
  text-align: left;
}