.list-view div {
    margin: 0 10px;
    padding: 5px 10px;
    font-size: 1.25em;
}

.list-view > div {
    border: 1px solid lightgrey;
    border-bottom: 0;
    background-color: rgb(250, 250, 250);
}

.list-view > div:nth-child(even) {
    background-color: rgb(241, 241, 241);
}
