/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 19 2025 | 06:18:32 */
@media (max-width: 600px)  {
table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

table {
  overflow-x: auto;
  white-space: nowrap;
}
	}