* https://github.com/bassjobsen/typeahead.js-bootstrap-css */
span.twitter-typeahead .tt-dropdown-menu {
display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    text-align: left;
}
span.twitter-typeahead .tt-suggestion > p {
    display: block;
		padding: 5px;
	margin: 0px;
margin-bottom: 1px;
cursor: pointer;
    clear: both;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    background-color: #428bca;
	border-top: none;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
    background-color: royalblue;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #428bca;
}
span.twitter-typeahead {
    width: 100%;
}
.input-group span.twitter-typeahead {
    display: block !important;
}
