﻿/* Let's style the wrapper in such away that, 
it should always be at the center of the browser */


#at-custom-sidebar
{
	background-color: transparent !important;
	margin-left: 10px !important;
	bottom: 25px !important;
	top: unset !important;
	width: 500px !important;
	display: inline !important;
}

.addthis_inline_share_toolbox
{
	max-width: 420px !important;
	margin: 0 auto !important;
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover
{
	-webkit-transform: none !important;
	transform: none !important;
	border-color: white !important;
	color: white !important;
	fill: white !important;
}


.at-style-responsive .at-share-btn
{
	background-color: transparent !important;
	border: 3px solid #666666 !important;
	margin-right: 20px !important;
}

a.at-style-responsive:hover a.at-share-btn:hover g
{
	border-color: white !important;
	color: white !important;
	fill: white !important;
}

.at-icon :hover
{
	color:white !important;
	fill:white !important;
}
﻿