.table{
	border-collapse: collapse;
}
.table--oddeven tbody .table__row:nth-child(2n+1){
	background-color: #f2efcf;
}