.uni-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0;
    border-radius: 0 0 .375rem .375rem;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.uni-suggestions .list-group-item {
    cursor: pointer;
    border-left: 0;
    border-right: 0;
}
.uni-suggestions .list-group-item:first-child {
    border-top: 0;
}
.uni-suggestions .list-group-item:hover,
.uni-suggestions .list-group-item.active {
    background-color: #f8f9fa;
}
