/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 19 2025 | 09:42:22 */
/* hide the mini totaliser */
.ttl-mini .sales-figs {
	display: none !important;
}
/* totaliser page in-shell version - url: /intranet/group-totaliser-2/ */
.totaliser > .totaliser-title, .totaliser > .ttl-shell {
	display: none !important;
}
/* totaliser page full-screen version - url: /totaliser/ */
.totaliser > .totaliser-header-bar-tab, .totaliser > .ttl-full > * {
	display: none !important;
}
/* display the maintenance message */
.totaliser-msg-maint {
	display: block !important;
}
.page-id-17031 .totaliser-msg-maint {
	margin-top: 5rem;
}