
/*
# Default mode */

	.crm-zebra-light-stripe {
		background-color:hsla(0,0%,100%,1);
	}

	.crm-zebra-dark-stripe {
		/*background-color: hsla(0,0%,94%,1);*/
		background-color: hsla(240,10%,96%,1);
	}



	.crm-zebra-dark-stripe .crm-zebra-dark-stripe {
		/*background-color: hsla(0,0%,97%,1);*/
		background-color: hsla(240,10%,98%,1);
	}


	.crm-dark-mode.crm-zebra-light-stripe .crm-zebra-dark-stripe {
		/*background-color: hsla(0,0%,94%,1);*/
		background-color: hsla(240,10%,98%,1);
	}



	/*
	.crm-zebra-dark-stripe:not(.crm-dark-mode.crm-zebra-light-stripe) .crm-zebra-dark-stripe {
		background-color: hsla(0,0%,97%,1);
	}
	*/


/*
# Dark mode */

	.crm-dark-mode.crm-zebra-light-stripe {
		background-color: hsla(0,0%,15%,1);
		background-color: #0f1c34;
	}

	.crm-dark-mode.crm-zebra-dark-stripe {
		background-color: hsla(0,0%,5%,1);
		background-color: #0d182c;
	}
