/* FB CHANGES */
.tt-dataset h6 {
    font-size: medium;
}
.tt-dataset:first-child h5 {
    margin-bottom: .75rem;
}
.tt-suggestion:hover h6 {
    color: rgba(0,43,73,1);
}
.tt-dataset .tt-suggestion .media-body .details div small {
    color: #002B49 !important;
}
.tt-dataset .tt-suggestion h6 small {
    color: #002B49 !important;
}

@media (max-width: 768px) {
    /* Do not display auto-complete on small devices */
    .tt-menu {
        display: none !important;
    }
}

.twitter-typeahead {
    flex-grow: 2;
    width: 50%;
}

.tt-menu {
    /* background-color: #eeefea; */
    /* background-color: rgba(0,43,73,1); */
    background-color: rgba(255,255,255,1);
    border-color: #002B49 !important;
    color: #292b2c;
    left: -47% !important;
    width: 206% !important;
    /* left: -45% !important; */
    /* width: 203% !important; */
    padding: .5rem 1.5rem;
    border: solid 1px rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.tt-dataset {
    float: left;
    display: table-cell;
    height: 100%;
}

.tt-dataset:first-child,
.tt-dataset:first-child .tt-suggestion {
    border-left: none;
    padding-left: 0;
    text-align: left;
}

.tt-dataset h5 {
    font-size: large;
    font-weight: bold;
    text-align: center;
    /* color: #FFF; */
    color: #002B49;
}

.tt-suggestion {
    cursor: pointer;
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: solid 1px rgba(0, 0, 0, .125);
    /* color: #FFF; */
    color: #002B49;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
    /* background-color: #d7d8d2; */
    text-decoration: underline;
    background-color: #FFF;
    color: rgba(0,43,73,1);

}

.tt-dataset-organic { width: 25%; }
.tt-dataset-people  { width: 40%; }
.tt-dataset-courses { width: 35%; }

.tt-dataset-people .tt-suggestion,
.tt-dataset-courses .tt-suggestion {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.tt-dataset .details {
    line-height: 1rem;
}

.tt-dataset-people img {
    max-width: 64px;
    max-height: 64px;
    
}

.tt-dataset h6 {
    /*color: #9a1904;*/
    margin: 0;
    /* color: #FFF; */
    color: #002B49;
}
