.twitter-typeahead {
    width: 100%
}

.typeahead,
.tt-query,
.tt-hint {
    height: 30px;
    line-height: 30px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.tt-hint {
    color: #999
}

.tt-menu {
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}