	table thead th,
	table.autoresponsivetable-sorting thead th,
	table.autoresponsivetable-sorting thead th,
	.wp-block-table table thead th,
	.wp-block-table table.autoresponsivetable-sorting thead th,
	.wp-block-table table.autoresponsivetable-sorting thead th,
	.entry-content table thead th,
	body.autoresponsivetable-sorting-enabled table thead th,
	body.autoresponsivetable-sorting-enabled .wp-block-table table thead th, table.autoresponsivetable-sorting th {
		cursor: pointer;
	}
	
	
	table thead th,
	table.autoresponsivetable-sorting thead th,
	table.autoresponsivetable-sorting thead th,
	.wp-block-table table thead th,
	.wp-block-table table.autoresponsivetable-sorting thead th,
	.wp-block-table table.autoresponsivetable-sorting thead th,
	.entry-content table thead th,
	body.autoresponsivetable-sorting-enabled table thead th,
	body.autoresponsivetable-sorting-enabled .wp-block-table table thead th, 
	table.autoresponsivetable-sorting th.sort-asc::after {
		content: ' 🔼';
		margin-left: 5px;
	}
	
	
	table thead th,
	table.autoresponsivetable-sorting thead th,
	table.autoresponsivetable-sorting thead th,
	.wp-block-table table thead th,
	.wp-block-table table.autoresponsivetable-sorting thead th,
	.wp-block-table table.autoresponsivetable-sorting thead th,
	.entry-content table thead th,
	body.autoresponsivetable-sorting-enabled table thead th,
	body.autoresponsivetable-sorting-enabled .wp-block-table table thead th, 
	table.autoresponsivetable-sorting th.sort-desc::after {
		content: ' 🔽';
		margin-left: 5px;
	}