<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-accessories li{
	padding: 10px !important;
	}
	
.product-accessories li	 a {
    font-size: 15px
   }
	
.product-accessories li	img {
   		max-width: 150px;
   		max-height: 150px;
   		padding:10px !important;
   }
	
.burner-configurations  li{
	padding: 10px !important;
	}
	
	.burner-configurations img{
	padding: 10px 0 !important;
	}
	
	
.optional-accessories li,
.installation-accessories li{
	padding: 10px !important;
	}
	
.installation-accessories h4 {
    font-size: 15px !important;
   }
   
   .installation-accessories li img {
   		max-width: 150px;
   		max-height: 150px;
   		padding:10px !important;
   }
   
   .featuresImg img {
   		width: 180px;
   		height: 180px;
   		padding:0px !important;
   }
   
div#swatch-tooltip,
div#features-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    color: #828282;
    text-align: center;
    width: 100px; /* This rule is only for IE. The script will let this go to 'auto' for the better ones */
    z-index: 100;
}

div#swatch-tooltip #swatch-tooltip-content,
div#features-tooltip #features-tooltip-content {
    font-weight: bold;
    font-size: 11px;
    padding: 4px 6px;
    border: 1px solid #D8D8D8;
    border-width: 1px 0 0 1px;
    background: transparent url(../../images/decorations/owners_area_flyout/body.png) no-repeat bottom right;
}

div#swatch-tooltip #swatch-tooltip-bottom,
div#features-tooltip #features-tooltip-bottom{
    background: transparent url(../../images/decorations/owners_area_flyout/bottom.png) no-repeat 50% 0;
    height: 12px;
}

/* There are a few tweaks introduced by cybernautic.bundle.min.css that need to be corrected here */
html &gt; body section.configuration-options fieldset {
    /* Override fieldset { padding: .35em .75em .625em; } */
    padding: initial;
}

html &gt; body section.configuration-options legend {
    /* Override legend { display: table; } */
    display: none;
}</pre></body></html>