@media (max-width: 500px) {
	.tablepress tbody.row-striping.row-hover td {
		padding: 4px !important;
		font-size: 14px !important;
		word-break: normal !important;
		text-align: center !important;
	}

	.tablepress tbody.row-striping.row-hover td,
	.tablepress tbody.row-striping.row-hover a {
		font-size: 12px !important;
		vertical-align: middle;
	}

	.tablepress thead .dt-orderable-asc,
	.tablepress thead .dt-orderable-desc {
		font-size: 12px;
		text-align: center;
	}
}