<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen {
#overlay_module &gt; div &gt; table{
display:flex;
justify-content:center;
background-color:white;
margin:20px auto 20px auto;
padding:20px;
border-radius:10px;
border-spacing:0px;
border-collapse:inherit;
width:max-content;

}
#overlay_module{
top:0px !important;
width:100%!important;
height:100%!important;
position:fixed!important;
overflow:scroll;
}
#overlay_module &gt; div &gt; table .compare_products_product_features td{
background-color:#ccc;
padding:10px;
}
#overlay_module &gt; div &gt; table .compare_products_product_header{
padding:25px 0px 15px 0px;

}
#overlay_module &gt; div &gt; table .compare_products_product_table td{
padding:10px;
border-bottom:1px solid #d6d6d6;
}
#overlay_module &gt; div &gt; table .compare_products_product_table td:first-child{
border-left:1px solid #d6d6d6;
white-space:nowrap;
}
#overlay_module &gt; div &gt; table .compare_products_product_table td:last-child{
border-right:1px solid #d6d6d6;
}

#overlay_module &gt; div &gt; table .compare_products_product_features td:first-child{
border-top-left-radius:10px;
}
#overlay_module &gt; div &gt; table .compare_products_product_features td:last-child{
border-top-right-radius:10px;
}
}
@media print {
.cookies_content, #header, #nav, #main, #footer{
display:none;
}
#overlay_module &gt; div &gt; table{
background-color:white;
margin:20px auto 20px auto;
padding:20px;
border-radius:10px;
border-spacing:0px;
border-collapse:inherit;
width:max-content;
}
.overlay_box.contactform{
display:none;
}

.overlay_box{
 width:auto;
height:auto;
position:inherit;
background:none;
background-color:white;
border-radius:4px;
margin:auto;
left:0;
right:0;
z-index:20000;
overflow:visible;
opacity:1;
top:0px!important;
display:block;
}
#overlay_module &gt; div &gt; table .button_print_shopping_cart,
#overlay_module &gt; div &gt; table .close_button{
display:none;
}
#overlay_module &gt; div &gt; table .compare_products_product_features td {
background-color:#ccc !important;
print-color-adjust:exact;
padding:10px;
}
compare_products_product_header:first-child{
padding-top:0px!important;
}
#overlay_module &gt; div &gt; table .compare_products_product_header{
padding:25px 0px 15px 0px;

}
#overlay_module &gt; div &gt; table .compare_products_product_table td{
padding:10px;
border-bottom:1px solid #d6d6d6;
}
#overlay_module &gt; div &gt; table .compare_products_product_table td:first-child{
border-left:1px solid #d6d6d6;
white-space:nowrap;
}
#overlay_module &gt; div &gt; table .compare_products_product_table td:last-child{
border-right:1px solid #d6d6d6;
}

#overlay_module &gt; div &gt; table .compare_products_product_features td:first-child{
border-top-left-radius:10px;
}
#overlay_module &gt; div &gt; table .compare_products_product_features td:last-child{
border-top-right-radius:10px;
}
}
</pre></body></html>