.table-cards .thead {
	display: none;
}


/*
@media screen and (max-width: 574px) {
    .table-cards td,
	.table-cards th {
		display:block;
	}
	
	.table-cards tr {
		flex-direction: column;
   }

	.table-cards .thead {
		display: inline;
	}

	.table-cards td {
		text-align: left;
   }

	.table-cards tr {
		border-bottom: 5px solid #ccc;
   }

	.table-cards .thead {
   		font-weight: bold;
	}	
}

*/
