.list-style-none {
    list-style: none;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.striped2n:nth-child(2n +1) {
    background: var(--secondary-light-color);
}

.striped2nInverted:nth-child(2n) {
    background: var(--secondary-light-color);
}

.emptyList{
    width: 100%;
    display: block;
    margin: 5px;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    color: var(--secondary-dark-color);
}

.unimportant{
    width: 100%;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: var(--secondary-dark-color);
}
