/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 23 2024 | 18:48:58 */
:target:before {
	content:"";
	display:block;
	height: 160px; /* fixed header height*/
	margin: -160px 0 0; /* negative fixed header height */
}

.sub-menu {
	overflow-y: scroll !important;
	height: 400px !important;
}

.tdc-content-wrap {
	min-height: 650px !important;
}

