<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.likeLine, div.likeLine * {
	font-size: 10px;	
}

div.likeLine { display: inline-block;margin-top:10px; }
div.likeButton, div.showLikersCount { float: left; position: relative; margin-bottom: 10px; cursor: pointer; font-style: normal; }

div.showLikersCount { margin-left: 2px; float: left; }

div.likeButton div, div.showLikersCount div { height: 21px; float: left; cursor: pointer; }
div.likeButton span, div.showLikersCount span { display: block; padding-top: 4px; line-height: 15px !important; }/* Prevent addthis overwrite */
div.likeButton span { font-weight: bold; }

.likeButton div.likeButtonLeft { background-image : url('images/bubbleLeft.png'); width: 5px !important; }
.likeButton div.likeButtonContent { background-image : url('images/bubbleContent.png'); }
.likeButton div.likeButtonRight { background-image : url('images/bubbleRight.png'); width: 7px !important; }

.showLikersCount div.showLikersLeft { background-image : url('images/countLeft.png'); width: 6px !important; }
.showLikersCount div.showLikersContent { background-image : url('images/countContent.png'); float: left; }
.showLikersCount div.showLikersRight { background-image : url('images/countRight.png'); width: 6px !important; }


.addthis_default_style .likeLine { float: left; display: block; padding-right: 30px; }</pre></body></html>