.uni-warenkorb-headline {
    font-weight: bold;
}

.uni-warenkorb-items-list, .uni-warenkorb-participants-list {
    margin-bottom: 1em;
}

.uni-warenkorb-item, .uni-warenkorb-participant {
    padding: 0.5em 0;
}

.uni-warenkorb-item:nth-child(odd), .uni-warenkorb-participant:nth-child(odd) {
    background-color: #EEE;
    background-color: var(--primary_color_1, #EEE);
}

.uni-warenkorb-bgcolor {
    background-color: #EEE;
    background-color: var(--primary_color_1, #EEE);
}

.uni-warenkorb-modul {
    margin-bottom: 0.75em;
}

.uni-wk-participant-name {
    font-weight: 500;
}

.uni-wk-modul-anzahl {
    width: 3em;
}

.favourite-debitor:hover {
    cursor: pointer;
}

.debitor-ausblenden:hover {
    cursor: pointer;
}

.static-bottom-right {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
