.typeahead {
    width: 100%;
    text-align: left;
}

.typeahead::before {
    content:
}

.position-relative {
    position: relative;
}

.typeahead a {
    padding: 10px 32px !important;
    font-size:1.2em;
    background:url("../images/marker.svg") no-repeat;
    
    background-size: 24px;
    background-position: 5px 7px;

    overflow:hidden;
    text-overflow: ellipsis;
}

#suggest-error {
    padding: 5px 15px;
    border:1px solid #600;
    background: #faa;
    color:#600;
    border-radius:4px;
    text-align:left;
    margin-top:10px;
    display:none;
}