.share-buttons .addthis_toolbox {
	display: flex;
	justify-content: flex-end;
	margin: 0 20px;
}

.share-buttons .addthis_toolbox a {
	color: rgb(33, 43, 56);
	font-size: 15px;
	margin-bottom: 0;
}

.share-buttons .addthis_toolbox a i {
	font-size: 20px;
	margin-left: 6px;
}

.share-buttons .addthis_toolbox a.detail {
	display: none;
}

@media screen and (min-width: 64em) {
	.share-buttons .addthis_toolbox {
		margin: 0 45px;
	}
}