<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-draggable
{
	cursor: move;
}
#drag2share-tip
{
	background: #000;
	background: rgba(0,0,0,.5);
	border-radius: 4px;
	color: #fff;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	moz-border-radius: 4px;
	padding: 9px 9px 0px;
	position: absolute;
	webkit-border-radius: 4px;
}
#drag2share-tip .arrow
{
	border-bottom: 8px solid transparent;
	border-right: 8px solid #000;
	border-right: 8px solid rgba(0,0,0,.5);
	border-top: 8px solid transparent;
	height: 0;
	left: -8px;
	line-height: 0;
	position: absolute;
	top: 9px;
	width: 0;
}
#drag2share-targets
{
	background: url(target_gb.png) no-repeat;
	width: 423px;
	height: 196px;
	list-style-type: none;
	position: absolute;
	z-index: 999999;
}
#drag2share-targets li
{
	display: block;
	float: left;
	height: 64px;
	position: relative;
	width: 64px;
	top: 70px;
	left: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
#drag2share-targets li span
{
	bottom: 40px;
	color: #fff;
	display: block;
	position: absolute;
	white-space: pre;
}
#overlay
{
	background-color: #000;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99997;
}
.drag2share-share
{
	color: #FFF;
	font-family: Verdana;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	text-align: left;
	z-index: 99999999;
}
#drag2share-helper
{
	background-color: #FFF;
	border-radius: 8px;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	font-size: 8px;
	font-weight: bold;
	
	moz-border-radius: 8px;
	overflow: hidden;
	padding: 10px 5px 5px 10px;
	position: absolute;
	webkit-border-radius: 8px;
	width: 300px;
	height: 120px;
}
#drag2share-thumb
{
	float: left;
	margin-right:5px;
	/*height: 80px;
	max-height: 80px;
	width: 60px;
	max-width: 60px;*/
}
#drag2share-helper .title
{
	color: #3981BC;
	display: inline;
	font-size: 12px;
}
#drag2share-helper .url
{
	color: #CDCDCD;
	display: inline;
	font-size: 9px;
	font-weight: normal;
	margin-top: 5px;
}
.drag2share-active-helper
{
	border: 3px solid #F00 /*#1FF76A*/;
}

</pre></body></html>