.twitter-typeahead {
    width:100%;
}
.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-menu {
    min-width: 160px;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04), 0px 1px 4px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04), 0px 1px 4px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04), 0px 1px 4px rgba(0, 0, 0, 0.02);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width:100%;
    font-size: 13px;
    line-height: 1.23;
    max-height: 200px;
    overflow-y: auto;
}
.tt-suggestion {
    display: block;
    padding: 6px 16px;
    cursor: pointer;
    color: #2B2B2B;
    transition: color 0.2s ease;
}
.tt-suggestion:hover {
    color: #95C518;
}
.tt-suggestion:last-child {
    margin-bottom: 8px;
}
.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead .suggestions-tip {
    background: #fff6d7;
    padding: 6px 16px;
    font-size: 11px;
    color: rgba(43,43,43,0.8);
}

.tt-menu .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.tips {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 10px 16px;
    margin: 0;
    font-size: 12px;
    color: #2b2b2b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.04),0px 1px 4px rgba(0,0,0,0.02);
}
.tips > i {
    cursor: pointer;
    font-style: normal;
    color: #00A0DE;
    border-bottom: 1px solid rgba(0, 160, 222, 0.5);
    transition: color 0.2s ease, border-color 0.2s ease;
}
.tips > i:hover {
    color: #95C518;
    border-color: rgba(149, 197, 24, 0.5);
}