/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 11 2025 | 12:08:28 */
.product-resources.makeVisible .tech-manual {
	display: block;
}
.webdev-only {
	display: none;
}

/* Emphasised 'important' version of button */
.bxo-sec-ico-panel__a--btn-important {
  background: #EE5900 !important;
  display: block !important;
  padding: 5px 10px 7px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.bxo-sec-ico-panel__a--btn-important:hover, .bxo-sec-ico-panel__a--btn-important:active {
  background: #E13500 !important;
}