/* Twitter Typeahead */
.tt-query{box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);} 
.tt-menu{width:100%;font-size:14px;line-height:14px;border:solid 1px #989898;color:#000;background:white;}
.tt-suggestion.tt-cursor{color:#fff;background-color:#0097cf;}
.tt-suggestion.tt-selectable {word-wrap: break-word;}
#DOHotelMenu .tt-suggestion, #PUHotelMenu .tt-suggestion{color:#00008B; padding:8px 10px;}
#DOHotelMenu .tt-suggestion span, #PUHotelMenu .tt-suggestion span{color:#2F4F4F;font-size:12px;}
.tt-cursor span{color:#fff;}
.twitter-typeahead, .tt-menu, .tt-dataset{width:100%;}
#DOHotelMenu .tt-menu, #PUHotelMenu .tt-menu{max-height:150px;overflow-y:auto;}
