<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.white *{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
body.white .btn-top img.top1{
	display: block !important;
}
body.white .btn-top img.top2{
	display: none !important;
}
body.white #accessibility-help {
    bottom: inherit !important;
    right: inherit !important;
    z-index: inherit !important;
}</pre></body></html>