/* Search style */
#loading {
    background-size: 100%;
    position: absolute;
    z-index: 999999;
}

.more_suggestions {
    text-align: center;
    position: absolute;
    right: 5%;
    bottom: 0px;
    background: white;
    width: 94.7%;
    border-bottom-left-radius: 5px;
    padding-bottom: 5px;
}

hr.line {
    margin-top: 7px;
    margin-bottom: 5px;
}

a.more_sugeestions_link {
    color: #fa0000;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

a.more_sugeestions_link:hover {
    color: #222020;
}

.tt-menu {
    max-height: 149px;
}