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

.twitter-typeahead {
    flex-grow: 2;
}

.tt-menu {
    background-color: #fff;
    color: #132946;
    border: 1px solid #132946;
    width: 120% !important;
    opacity: .97;
    padding: .5rem;
    background-repeat: no-repeat;
    font-size: .9em;
}

.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;
}

.tt-dataset h5 {
    font-size: large;
    font-weight: bold;

    text-align: center;
}

.tt-suggestion {
    cursor: pointer;
    line-height: 2rem;
    text-decoration: underline;
}

.tt-suggestion:hover {
    background-color: #FFF;
}

.tt-dataset-organic { width: /*25%*/ 100%; }
.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;
}
