ul.earworms-list {
    margin: 0;
    padding: 0;
}

ul.earworms-list li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 1rem;
}

ul.earworms-list li:nth-child(odd) {
    background-color: lavenderblush;
}

ul.earworms-list li:nth-child(even) {
    background-color: lavender;
}

span.earworm-timestamp {
    font-size: .8rem;
}
