.table-responsive-crabby .table-actions-container {
	display: flex;
	justify-content: end;
}

@media (max-width: 768px) { /* Adjust the max-width if necessary */
	.table-responsive-crabby thead {
		display: none;
		width: 100%;
	}
	.table-responsive-crabby > tbody > tr > td {
		display: block;
		width: 100%;
		padding: 0px !important;
	}
	.table-responsive-crabby > tbody > tr > td > .table-main-image {
		height: 75px;
		width: 75px;
		margin: auto;
	}
	.table-responsive-crabby > tbody > tr > td.table-actions-container {
		justify-content: center;
	}
	.table-responsive-crabby tr {
		display: block;
		width: 100%;
		padding: 10px;
	}
}