/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2024 | 06:31:31 */
.tablepress-scroll-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
}
@media screen and (max-width: 1200px) {
table.tablepress thead th,
table.tablepress tbody td	{
  word-wrap: break-word !impprtant;
  overflow-wrap: break-word !impprtant;

-webkit-hyphens: auto !impprtant;
   -moz-hyphens: auto !impprtant;
        hyphens: auto !impprtant;
}
}