<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Р’СЃРїР»С‹РІР°СЋС‰РёР№ СЃРєСЂРёРЅС€РѕС‚*/
.thumbnail{  
position: relative;  
z-index: 0;  
}  
.thumbnail:hover{  
background-color: transparent;  
z-index: 50;  
}  
.thumbnail span{ /*CSS for enlarged image*/  
position: absolute;  
background-color: #4e80bc;  
padding: 2px;  


visibility: hidden;  
color: Yellow;  
text-decoration: none;  
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}  
.thumbnail span img{ /*CSS for enlarged image*/  
border-width: 0;  
padding: 2px;  
}  
.thumbnail:hover span{ /*CSS for enlarged image on hover*/  
visibility: visible;    
top: 0px;
left: 200px; /*position where enlarged image should offset horizontally */  
}  
/*---------------------*/

ul.tbl-toggle {
max-width:740px;}
i.special {
margin-left:30px;
font-size:26px;}
@media (max-width 980px) {
i.special {
display:none;}}</pre></body></html>