.deliverylookup {
    font-size: 14px;
}

li.art-collection,
li.art-type,
li.art-name,
li.art-colors,
li.art-dates {
    background-color: #cccccc;
    padding: 10px;
    cursor: pointer;
}
li.art-type {
    background-color: #dedede;
}
li.art-name{
    background-color: #eaeaea;
}
li.art-colors {
    background-color: #f8f8f8;
}
li.art-dates {
    background-color: #fefefe;
}

.sel-collection,
.sel-arttype,
.sel-artname,
.sel-colors {
    display: flex;
    justify-content: space-between;
}

.article-product {
    cursor: pointer;
}