.grid-striped-X .row:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}

.grid-striped-1 {
	background-color: rgba(0,0,0,.05);
}

.grid-striped-0 {
	background-color: rgba(0,0,0,.00);
}
