/**
* 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;
	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;
}
