<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/** STYLES FOR MENU PAGES IN TOOLS.PHP**/

body {
	/*color:#e59c00;#E96656*/
}

/*.outofstock a img*/

.outofstock .images a, 
.products .outofstock a {
    position:relative;
    display:block;
}
.outofstock .images a:before, 
.products .outofstock a:before {
    content: " ";
    height: 100%;
    position: absolute;
    width: 100%;
    display: inherit !important;
}</pre></body></html>