.angucomplete-dropdown {
    border: 1px solid #d9d9d9;
    border-top: 0px;
    position: absolute;
    z-index: 20;
    right: 15px;
    left: 15px;
    background-color: #FFF;
}
.angucomplete-row {
    line-height: 21px;
    padding-left: 11px;
    cursor: pointer;
}
.angucomplete-selected-row {
    font-weight: bold;
    border-left: 2px solid #1784c7;
}