
.typeahead {
    background-color: #ffffff;
}
.typeahead:focus {
    border: 2px solid #0097cf;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999999;
}
.tt-menu {
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
    width: 422px;
}
.tt-suggestion {
    line-height: 24px;
    padding: 3px 10px;
}
.tt-suggestion:hover {
    background-color: #0097cf;
    color: #ffffff;
    cursor: pointer;
}
.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #ffffff;
}
.tt-suggestion p {
    margin: 0;
}
.gist {
    font-size: 14px;
}
#multiple-datasets .league-name {
    border-bottom: 1px solid #cccccc;
    margin: 0 20px 5px;
    padding: 3px 0;
}
#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}
#rtl-support .tt-menu {
    text-align: right;
}
.typeaheadContainer i.fi-plus {
    font-size: 2em;
    position: relative;
    top: 4px;
}
.typeaheadContainer span {
    padding-right: 10px;
}
.typeaheadContainer i.fi-plus {
    color: #999;
}
.typeaheadContainer i.fi-plus:hover {
    color: #333;
    cursor: pointer;
}
.typeaheadContainer span.twitter-typeahead {
    width: 70%;
}
.typeaheadContainer .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}