<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Magnifying Glass*/
* {margin: 0; padding: 0;}
.magnify {width: auto; margin: 10px auto; position: relative; cursor: none}

.magnify-zoom {
	/*width: 175px; height: 175px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);*/

}
.small { display: block; }

.img_gl {
padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    border: 1px solid #C3C3C3;
height: 500px;
    width: 500px;
}

.uptlk_wdgt_Xbaj8 .uptl_toolbar.uptl_toolbar_share ul li.utl-icon-fb{
    display:none!important;
}
</pre></body></html>