.twitter-typeahead { width: 100%; }
.tt-menu {
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    max-height: 250px;      /* จำกัดความสูงของ dropdown */
    overflow-y: auto;       /* แสดง scroll bar */
    background: #fff;
    z-index: 9999;          /* ป้องกันถูกบัง */
}
.tt-suggestion {
    padding: 10px 5px;
    background: #fff;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.tt-cursor,
.tt-suggestion:hover {
    background: #f5f5f5;
}
.tt-hint {
    opacity: .3 !important;
}
