.itemlist-item {
    padding: 15px;
}

    .itemlist-item:nth-child(odd) {
        background: #f6f6f6;
    }
