@charset "UTF-8";
#share_this_page {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	width: 100%;
	text-align: center;
}
.share-this-page {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;

}

/* CSS Document */
.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}
.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
.addthis_toolbox .hover_effect
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.addthis_toolbox .hover_effect div
{
	float: left;
}
.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}
.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}
.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}
#social-buttons-container {
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

