ul.app-text-list-input-list {
    background-color: azure;
    border: 1px solid lightgrey;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 7px;
    position: absolute;
    z-index: 100;
}

ul.app-text-list-input-list > li {
    cursor: default;
    list-style-type: none;
    padding: 1px 6px;
}

ul.app-text-list-input-list > li:hover {
    background-color: #337ab7;
    color: white;
}

ul.app-text-list-input-list > .no-item {
    cursor: default;
    font-style: italic;
}
