/* ------------------------------
- TIREA CUSTOM STYLES -
- jquery typeahead 
---------------------------------*/

.typeahead__field input {
  height: 36px;
  border-radius: 4px;
}

.typeahead__cancel-button {
	top: 10px;
}

.typeahead__filter button, .typeahead__button button {
  margin-left: 3px;
  height: 36px;
  border-radius: 4px;
}

.typeahead__list {
	max-height: 305px;
    overflow-y: auto;
}
