@media only screen and (max-width: 820px)  {
	.tabla-responsive.solicitudes td:nth-of-type(1):before { content: "Date"; }
	.tabla-responsive.solicitudes td:nth-of-type(2):before { content: "User"; }
	.tabla-responsive.solicitudes td:nth-of-type(3):before { content: "Work"; }
	.tabla-responsive.solicitudes td:nth-of-type(4):before { content: "License"; }
	.tabla-responsive.solicitudes td:nth-of-type(5):before { content: ""; }

	.tabla-responsive.ventas td:nth-of-type(1):before { content: "CODE \a DATE \a LICENSE"; white-space: pre;}
	.tabla-responsive.ventas td:nth-of-type(2):before { content: "User"; }
	.tabla-responsive.ventas td:nth-of-type(3):before { content: "DESCRIP."; }
	.tabla-responsive.ventas td:nth-of-type(4):before { content: "PROFIT"; }
	.tabla-responsive.ventas td:nth-of-type(5):before { content: "INVOICE"; }

	.tabla-responsive.work-sales td:nth-of-type(1):before { content: "Date"; }
	.tabla-responsive.work-sales td:nth-of-type(2):before { content: "License"; }
	.tabla-responsive.work-sales td:nth-of-type(3):before { content: "User"; }
	.tabla-responsive.work-sales td:nth-of-type(4):before { content: "DESCRIP."; }
	.tabla-responsive.work-sales td:nth-of-type(5):before { content: "Profit"; }
	.tabla-responsive.work-sales td:nth-of-type(6):before { content: "Price"; }

	.tabla-responsive.buyer-requests td:nth-of-type(1):before { content: "Date"; }
	.tabla-responsive.buyer-requests td:nth-of-type(2):before { content: "Work"; }
	.tabla-responsive.buyer-requests td:nth-of-type(3):before { content: "License"; }
	.tabla-responsive.buyer-requests td:nth-of-type(4):before { content: "State"; }
	.tabla-responsive.buyer-requests td:nth-of-type(5):before { content: ""; }

	.tabla-responsive.nfts td:nth-of-type(1):before { content: "Code"; }
	.tabla-responsive.nfts td:nth-of-type(2):before { content: "Date"; }
	.tabla-responsive.nfts td:nth-of-type(3):before { content: "Work"; }
	.tabla-responsive.nfts td:nth-of-type(4):before { content: "License"; }
	.tabla-responsive.nfts td:nth-of-type(5):before { content: "State"; }
	.tabla-responsive.nfts td:nth-of-type(6):before { content: ""; }

	.tabla-responsive.stats td:nth-of-type(1) { padding-left: 8px; }
	.tabla-responsive.stats td:nth-of-type(1):before { content: ""; }
	.tabla-responsive.stats td:nth-of-type(2):before { content: "Work"; }
	.tabla-responsive.stats td:nth-of-type(3):before { content: "Visits"; }
	.tabla-responsive.stats td:nth-of-type(4):before { content: "Likes"; }
	.tabla-responsive.stats td:nth-of-type(5):before { content: "Sales"; }

	.tabla-responsive.profile-events td:nth-of-type(1):before { content: "Date"; }
	.tabla-responsive.profile-events td:nth-of-type(2):before { content: "\aUser"; top: 24px; }
	.tabla-responsive.profile-events td:nth-of-type(2).no-user:before { top: 10px; }
	.tabla-responsive.profile-events td:nth-of-type(3):before { content: "Action"; }

}
