.typeahead__result .entid {
    margin: 0 10px;
}

.typeahead__result .name {
     /*float:left;*/
}
 
.typeahead__result .padre {   
    font-size: 12px;
    color: #777;
    font-variant: small-caps;    
}
 
.typeahead__result .entid-logo {
    position: absolute;
    top: 0;
    right: 0;
    /*background-color: #fff;*/
    padding: 2px 4px 0 10px;
}
 
.typeahead__result .entid-logo img {
    height: 26px;    
}

ul.typeahead__list {
	max-height: 500px;
	overflow-y: scroll;
}