.vgt-table{
	&.striped tbody tr:nth-of-type(odd) td {
		@apply bg-gray-300;
	}
	&.striped tbody tr.clickable:hover td {
		@apply bg-gray-400;
	}
}