/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 29 2026 | 12:28:15 */
/* hide the price list table */
.price-list {
	display: none;
}

/* display the maintenance message */
.price-list-msg-maint {
	display: block !important;
}