
.br-bottom {
    padding-bottom: 3px;
    border-bottom: #ccc 1px solid;
}

.twitter-typeahead .tt-hint {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px;
}

.twitter-typeahead .hint-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}

.twitter-typeahead {
    width: 100%;
}

.tt-dropdown-menu {
    width: 100%;
}

.tt-hint {
    width: 100%;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.tt-hint {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tt-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 500px;
    overflow-y: auto;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #E6E6E6;
}

/*.tt-suggestion.tt-cursor a {
    color: #fff;
}*/
.tt-suggestion a {
    color: #000000;
}

.tt-suggestion p {
    margin: 0;
}

.tt-menu .hashstack {
    color: #3c8dbc;
    font-weight: bold;
}

.tt-menu .media-body {
    font-size: 14px;
}

.tt-menu .media-heading {
    font-weight: bold;
}

.tt-menu strong.tt-highlight {
    font-size: 15px;
    background-color: #A9D0F5 !important;
    /*color: #3c8dbc !important;*/
}

#search-header.form-control {
    border-radius: 0;
}

@media (min-width: 768px) {
    #search-header {
        width: 100%;
    }
}