.mastodon-share {
	background-color: #2e96d8;
	color: white;
	border-radius: 5px;
	border: #888 solid 1px;
	font-size: 13pt;
	height: 32px;
}

.mastodon-share:hover {
	cursor: pointer;
	background-color: #1770af;
}

.mastodon-share:active {
	background-color: #1770af;
}

.mastodon-share-logo {
	color: white;
	width: 16px;
	margin-top: 2px;
}