.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f7d9d9;
    border-top: none;
    background: #FFF;
    cursor: default;
    padding: 17px 15px 15px;
}

.autocomplete-suggestion {
    overflow: hidden;
    position: relative;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 5px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    color: #ec1c24;
    background: transparent;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
    color: #ec1c24;
}

.autocomplete-suggestions strong {
    font-weight: bold;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}
