.tt-menu {
    background-color: rgb(227, 225, 225);
    width: 80%;
    border-radius: 3px;
    color: #000;
    padding-top: 5px;
    top: 110%;
    left: 0;
}

form.new .tt-menu {
    background-color: #ddd;
    width: 85%;
    border-radius: 0px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 100%;
    left: 0;
}

form.new strong.tt-highlight {
    color: white;
}

.tt-menu a,
.tt-menu a:hover {
    color: #000;
}

form.old .tt-title {
    padding: 5px 5px 5px 15px;
}

.tt-title {
    background: #111;
    font-weight: 700;
    color: #fff;
}

form.new .tt-title {
    color: #eee;
    font-weight: 400;
    background: #252525;
    padding-left: 15px;
    font-size: 90%;
    text-transform: uppercase;
}

.tt-selectable:hover {
    background-color: rgb(180, 179, 179)
}


form.new .tt-selectable:hover {
    background-color: #999;
}

@media (max-width: 767.98px) {
    .tt-menu {
        top: 145px;
        border-radius: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
    }

    form.new .tt-menu {
        top: 100px !important;
        border-radius: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 830px !important;
        padding: 0px 0px 15px 15px !important;
        background-color: rgba(0, 0, 0, 0.92) !important;
    }

    .tt-title {
        margin: 0;
        padding: .5em;
        background: #111;
        color: #fff;
    }

    form.new .tt-title {
        color: #eee !important;
        font-weight: 400 !important;
        background: #252525 !important;
        padding: 0px 0px 0px 15px !important;
        font-size: 90% !important;
        text-transform: uppercase !important;
    }

    form.new .tt-dataset {
        width: 81% !important;
    }

    .tt-link {
        width: 100%;
        background-color: #f5f5f5;
        border: 0;
        padding: .5em 1.25em;
        text-align: left;
        color: #242424;
        display: block;
        margin: 0 auto;
        position: relative;
    }

    a.tt-link:after {
        content: '';
        display: block;
        border-bottom: 1px solid #b1b1b1;
        position: absolute;
        top: 0;
        left: 3%;
        width: 94%;
    }

    .tt-hint {
        display: none;
    }

    form.new .tt-link {
        width: 100% !important;
        background-color: #ddd !important;
        border: 0 !important;
        padding: 6px 0 6px 10px !important;
        text-align: left !important;
        display: block !important;
        position: relative !important;
    }

    form.new a.tt-link:after {
        content: '' !important;
        display: block !important;
        border-bottom: 1px solid #b1b1b1 !important;
        position: absolute !important;
        top: 0 !important;
        left: 3% !important;
        width: 94% !important;
    }

    form.new .tt-suggestion.tt-selectable {
        line-height: 10px !important;
        border-bottom: none !important;
        font-size: 15px !important;
    }
}

@media (min-width: 767.99px) {
    form.new {
        position: relative !important;
    }

    form.new .tt-suggestion.tt-selectable {
        line-height: 16px !important;
        border-bottom: 1px solid #bbb !important;
        font-size: 15px !important;
    }
}