
.tt-menu {
    width: 100%;
}
.tt-menu .tt-dataset {
    width: 100%;
    background-color: white;
    border-radius: 3px;
    text-align: left;
}

.tt-menu .tt-suggestion {
    font-size: 1.3em;
    padding: 1em;
    border-top: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
}
.tt-menu .tt-dataset .tt-suggestion:last-child {
    border-bottom: 1px solid #ccc;
}
.tt-menu .tt-dataset .tt-suggestion strong {
    color: #fd890b;
}

.tt-menu .tt-dataset .tt-suggestion.tt-cursor, .tt-menu .tt-dataset .tt-suggestion:hover {
    background-color: #f7f6f3;
}
