.drts .twitter-typeahead {
    width: 100%;
}

.drts .twitter-typeahead pre {
    margin: 0;
    padding: 0;
}

.drts .twitter-typeahead-open > input {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.drts .tt-menu {
    font-size: 13px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    min-width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    text-align: left;
}

.drts .tt-suggestion {
    padding: 6px 5px;
    line-height: 1em;
}

.drts .tt-dataset {
    border-bottom: 1px solid #ddd;
    max-height: 220px;
    overflow-y: auto;
}

.drts .tt-dataset::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.drts .tt-dataset::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.drts .tt-dataset:empty {
    border: 0;
}

.drts .tt-dataset h4 {
    margin: 0;
    padding: 8px 5px;
    color: #999;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 13px;
    font-weight: bold;
}

.drts .tt-suggestion:hover {
    background-color: #f5f5f5;
    cursor: default;
}
