<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* - --------- --------- --------- --------- --------- --------- ---------  - */

/*--popup share dialog--*/
.popup-share{position: fixed;font-family: Arial, Helvetica, sans-serif;
    top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,0.8);
	z-index: 99996;opacity:0;
	-webkit-transition: opacity 250ms ease-in;
	-moz-transition: opacity 250ms ease-in;
	transition: opacity 250ms ease-in;pointer-events: none;}
.popup-share:target{opacity: 1; pointer-events: auto;}
.popup-share&gt;div{width: 80%; line-height: 32px;position: relative;
    margin: 10% auto;padding: 5px 20px 13px 20px;border-radius: 10px;
    background: 01050a;
    background: -o-linear-gradient(bottom, rgb(69,72,75) 25%, rgb(25,28,33) 63%);
    background: -moz-linear-gradient(bottom, rgb(69,72,75) 25%, rgb(25,28,33) 63%);
    background: -webkit-linear-gradient(bottom, rgb(69,72,75) 25%, rgb(25,28,33) 63%);
    text-align: center;
    border: 2px solid #044d9c;
}

.close{background: transparent;color: #606061;line-height: 25px;position: 
    absolute;right: 10px;text-align: center;top: 10px;width: 24px;text-decoration: none;
	font-weight: bold;font-size: 18px;
	-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px; }
	.close:hover{ background: #C51119;}
	
	/*--div--*/
.popup-share&gt;div&gt;h3{ color: #fff; font-size: 2.25em; font-weight: bold; margin: 0.625em auto;}
.popup-share&gt;div&gt;p{color: #fff; font-size: 1.25em;}
    /*.popup-share&gt;div&gt;div{ width: 90%; margin: 0 auto;}*/
    .popup-share&gt;div&gt;table{ width: 90%; margin: 0 auto;}
    .popup-share&gt;div&gt;table tr .td{ padding-right: 0.625em }
    .popup-share&gt;div&gt;table tr td img{width: 100%; border: 1px solid #ccc;}
</pre></body></html>