.tm-tag {
  color: #555555;
  background-color: #f5f5f5;
  border: #bbb 1px solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: inline-block;
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0 5px 5px 0;
  padding: 4px;
  text-decoration: none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle;
}
.tm-tag .tm-tag-remove {
  color: #000000;
  font-weight: bold;
  margin-left: 4px;
  opacity: 0.2;
}
.tm-tag .tm-tag-remove:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
}
.tm-tag.tm-tag-warning {
  color: #945203;
  background-color: #f2c889;
  border-color: #f0a12f;
}
.tm-tag.tm-tag-error {
  color: #84212e;
  background-color: #e69ca6;
  border-color: #d24a5d;
}
.tm-tag.tm-tag-success {
  color: #638421;
  background-color: #cde69c;
  border-color: #a5d24a;
}
.tm-tag.tm-tag-info {
  color: #4594b5;
  background-color: #c5eefa;
  border-color: #5dc8f7;
}
.tm-tag.tm-tag-inverse {
  color: #ccc;
  background-color: #555555;
  border-color: #333333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.tm-tag.tm-tag-inverse .tm-tag-remove {
  color: #ffffff;
}
.tm-tag.tm-tag-large {
  font-size: 16.25px;
  border-radius: 4px;
  padding: 11px 7px;
}
.tm-tag.tm-tag-small {
  font-size: 11.05px;
  border-radius: 3px;
  padding: 2px 4px;
}
.tm-tag.tm-tag-mini {
  font-size: 9.75px;
  border-radius: 2px;
  padding: 0px 2px;
}
.tm-tag.tm-tag-plain {
  color: #333333;
  box-shadow: none;
  background: none;
  border: none;
}
.tm-tag.tm-tag-disabled {
  color: #aaa;
  background-color: #e6e6e6;
  border-color: #ccc;
  box-shadow: none;
}
.tm-tag.tm-tag-disabled .tm-tag-remove {
  display: none;
}

input[type="text"].tm-input {
  margin-bottom: 5px;
}

.control-group.tm-group {
  margin-bottom: 5px;
}

.form-horizontal .control-group.tm-group {
  margin-bottom: 15px;
}

#ingred_filter .twitter-typeahead {
  display: block !important;
  width: 100%;
}

#ingred_filter {
  margin-top: 2rem;
}
#ingred_filter button {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tm-input.tm-input-typeahead {
  display: block;
  clear: both;
  width: 100%;
  box-shadow: 0;
  padding: 0.35rem 0.6rem;
  margin: 0;
  border: 1px solid #555555;
  font-size: 16px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tm-input.tm-input-typeahead:focus {
  outline: 0;
}

.tt-dataset {
  margin-top: -1px;
}
.tt-dataset .tt-suggestion.tt-selectable {
  opacity: 0.95;
  display: block;
  padding: 0.5rem;
  border: 1px solid #40356F;
  border-top: 0;
  background: #9DCC2F;
  color: #fff;
  -webkit-transition: transform 150ms ease-out;
}
.tt-dataset .tt-suggestion.tt-selectable.tt-cursor, .tt-dataset .tt-suggestion.tt-selectable:hover, .tt-dataset .tt-suggestion.tt-selectable:active, .tt-dataset .tt-suggestion.tt-selectable:focus {
  background: #40356F;
  color: #fff;
  cursor: pointer;
  -webkit-transform: scale(1.05);
}

.tm-tag.tm-tag-typeahead {
  float: left;
  padding: 0.4rem 0.7rem;
  margin-bottom: 0.5rem;
  box-shadow: none;
  background: #40356F;
  color: #fff;
}
.tm-tag.tm-tag-typeahead .tm-tag-remove {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}
.tm-tag.tm-tag-typeahead:hover {
  background: #9DCC2F;
  color: #fff;
}
.tm-tag.tm-tag-typeahead:hover .tm-tag-remove {
  color: #333;
  opacity: 1;
}

.filter .medium-6 p {
  margin-bottom: 0.5rem;
}
.filter .medium-6 .ingred_list {
  display: block;
  margin: -0.5rem 0 0;
}

/*# sourceMappingURL=override.css.map */
