/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 15 2026 | 11:50:20 */
@media (max-width: 1600px)  {
table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

table {
  overflow-x: auto;
  white-space: nowrap;
}
	}