.the-share-button {
	padding: 0 1em;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 3px;
	cursor: pointer;
}

.the-share-button:hover {
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #AA1111;
}

/* === widget === */
.buttonbar {
    text-align: center;
    margin: 0.1em 0.5em;
    padding: 0.2em 1em;
}

.widget-share-button {
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 3px;
	cursor: pointer;
}

.widget-share-button:hover {
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #AA1111;
}
