﻿.autocomplete-suggestions div {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-suggestions {
    position: absolute;
    font-size: 1.125em;
    line-height: 2em;
    top: 0;
    left: 0;
    right: 10px;
    background-color: #fff;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -10px 20px 6px -3px;
    max-width: 500px;
    -webkit-box-shadow: 0 0 8px 2px #979da4;
    -moz-box-shadow: 0 0 8px 2px #979da4;
    box-shadow: 0 0 8px 2px #979da4;
}

.autocomplete-suggestion:hover {
    background-color: #EEEEEE;
}

.autocomplete-suggestion {
    color: #e2374c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.selected {
    background: #EEEEEE;
}
