.text-center { text-align: center }
.recipe__search {
    border: 1px solid #eee;
    border-radius: 0;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    min-width: 450px;
    padding: 15px;
    -webkit-appearance: none;
}
    @media screen and (max-width: 580px){
        .recipe__search {
            min-width: 75%;
        }
    }
.recipe__search-wrapper {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.recipe__search-wrapper input#search {
    padding: 10px 17px;
    background: #fff;
}
.recipe__search-wrapper .twitter-typeahead,
.recipe__search-wrapper .submit-button { vertical-align: middle }
.recipe__search-wrapper .submit-button {
    width: 45px;
    height: 50px;
    border: none;
    outline: none;
    float: right;
    line-height: 1em;
    -webkit-appearance: none;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 510px) {
    .recipe__search-wrapper .submit-button { border-radius: 3px }
}
.recipe__search-wrapper .submit-button:hover { background-color: #be1e08 }
.recipe__search-wrapper .submit-button .search-button-desktop { display: none }
@media screen and (min-width: 510px) {
    .recipe__search-wrapper .submit-button { width: 100px }
    .recipe__search-wrapper .submit-button .search-button-desktop { display: inline }
    .recipe__search-wrapper .submit-button .search-button-mobile { display: none }
}
.recipe__search-wrapper .tt-hint { color: #eee }
.recipe__search-wrapper .tt-menu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    background-color: #fff;
    color: #000;
    padding: 0 0 8px;
    text-align: left;
    overflow: hidden;
}
@media screen and (min-width: 690px) {
    .recipe__search-wrapper .tt-menu {
        color: #000;
        border: 1px solid #ccc;
    }
}
.recipe__search-wrapper .tt-suggestions { padding: 0 }
.recipe__search-wrapper .tt-suggestion {
    cursor: pointer;
    font-family: "Larsseit", sans-serif;
    padding: 9px 17px 8px;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
    display: table;
    width: 100%;
}
.recipe__search-wrapper .tt-suggestion:hover {
    background-color: #9bcca8;
    color: #fff;
}
@media screen and (min-width: 765px) {
    .recipe__search-wrapper .tt-suggestion { font-size: 1em }
}
.recipe__search-wrapper .tt-suggestion strong { font-weight: 700 }
.recipe__search-wrapper .tt-suggestion a { text-decoration: none }
.recipe__search-wrapper .tt-suggestion.tt-cursor {
    background-color: #666;
    color: #fff;
}
@media screen and (min-width: 510px) {
    .recipe__search-wrapper .tt-suggestion.tt-cursor { background-color: #999 }
}
.recipe__search-wrapper .tt-suggestion.tt-cursor .name-suggestion { color: #fff }
.recipe__search-wrapper .tt-dataset-0:not(:empty) ~ .tt-dataset-1 { border-top: 1px solid #ccc }
@media screen and (max-width: 690px) {
    .recipe__search-wrapper .tt-dataset-0:not(:empty) ~ .tt-dataset-1 { border-top-color: #666 }
}
.recipe__search-wrapper .autocomplete-name {
    margin: 0;
    padding: 13px 17px 3px;
    text-transform: uppercase;
    color: #999;
    font-size: 0.92em;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.recipe__search-wrapper .img-suggestion {
    margin: 0;
    display: table-cell;
    max-width: 45px;
    overflow: hidden;
}
.recipe__search-wrapper .img-suggestion img { height: 45px }
.recipe__search-wrapper .name-suggestion {
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}
@media screen and (max-width: 690px) {
    .recipe__search-wrapper .name-suggestion { color: #ccc }
}
.recipe__search-wrapper .recipe-suggestion {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

