.typeahead,
.tt-query,
.tt-hint {
    outline: none;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 1px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 inset 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 inset 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 inset 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 422px;
    padding: 4px 0;
    background-color: #ebeaea;
    border: 0px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 2%;
    font-size: 14px;
    line-height: 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    width: 100%;
}

#prefetch .empty-message {
    font-size: 18px;
    background-color: yellow;
    padding: 5px 10px;
    text-align: center;
}
