<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* REALLY SIMPLE FACEBOOK TWITTER SHARE BUTTONS STYLE */


div.really_simple_share_prepend_above {
	padding-top:2px; 
	padding-bottom:2px; 
	clear:both;
	height:33px;
}

div.really_simple_share {
	padding-top:2px; 
	padding-bottom:2px; 
	clear:both;
}

/* ALL DIVS ARE FLOATING LEFT WITH PADDING */
div.really_simple_share div {
	float:left;
	padding-left:10px;
}
/* EXCEPT FOR THE FIRST ONE */
div.really_simple_share div:first-child {
	padding-left:0;
}

/* BUTTON SPECIFIC STYLES */
div.really_simple_share_facebook_share a {
	background: url('facebook-share.png') no-repeat center left;
	padding-left: 20px;
}
div.really_simple_share_facebook_like {
	margin-top: 1px !important;
}
div.really_simple_share_facebook_like_send {
	width:50px;
}
div.really_simple_share_facebook {
	margin-top: -3px !important;
}
div.really_simple_share_email {
	width:30px;
}
div.really_simple_share_flattr {
	margin-top: 2px !important;
}

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