.typeahead__result .denumire {
    margin: 0 10px;
}
 
.typeahead__result .keywords {
    font-size: 12px;
    color: #777;
    /*font-variant: small-caps;*/
}

.typeahead__container.backdrop {
    position: fixed !important;
    width: 80%;
    left: 10%;
    top: 50px;
}
 
/*.typeahead__container.backdrop .typeahead__query input {
    font-size: 3rem;
    height: auto;
    color: #333;
}*/

.typeahead__list {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.typeahead__query img { 
    position: absolute; 
    top: 2px; 
    right: 10px 
}
