.tt-suggestion {
    height: 34px;
    padding: 6px 12px;
    color: black;
    background-color: white;
}

.tt-suggestion:hover {
    color: #fff;
    background-color: rgba(255,0,0,1);
}

.tt-suggestion p {
    margin: 0;
    text-align: left;
}

.twitter-typeahead {
    width: 100%;
}

.tt-selectable {
    cursor: pointer;
    cursor: hand;
}