<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Stylesheet for AddThis extension.
*
* You may modify the CSS code on the MediaWiki:Common.css
* page to adjust padding, alignment, etc.
*
* @addtogroup Extensions
* @license GPL
*/
 
.at15t_compact {
	margin-right: 0px !important;
}

.addthis_separator {
	border-right: 1px solid;
	margin-left:2px !important;
	margin-right:7px !important;
}

.addthis_button_compact {
	font-size:90%;
}

#addthistoolbar {
	/*float:right;*/
        position: absolute;
        bottom: -85px;
        right: 0px;
	padding:5px;
	padding-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
}

#addthisheader {
	float:right;
	padding:5px;
	padding-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
}</pre></body></html>