<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bx-pager a img {  
opacity: 0.5;  
filter: alpha(opacity=50);  
}  
#bx-pager a.active img {  
opacity: 1;  
filter: alpha(opacity=100);  
} 
#bx-main {  
width: 100%;  
} 
</pre></body></html>