.btb26-share-button {
	appearance: none;
	border: 1px solid #b86515;
	background: #ee8e2d;
	color: #fff;
	border-radius: 3px;
	padding: 0.45em 0.75em;
	line-height: 1;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	margin-top: 0.75em;
}
.btb26-share-button:hover,
.btb26-share-button:focus {
	background: #d97817;
	color: #fff;
}
.btb26-share-menu {
	position: absolute;
	z-index: 9999;
	min-width: 12rem;
	padding: 0.35rem;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0 3px 12px rgba(0,0,0,.22);
}
.btb26-share-menu[hidden] { display: none; }
.btb26-share-menu a,
.btb26-share-menu button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.45rem 0.6rem;
	border: 0;
	background: transparent;
	color: #0000ff;
	text-align: left;
	font: inherit;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}
.btb26-share-menu a:hover,
.btb26-share-menu a:focus,
.btb26-share-menu button:hover,
.btb26-share-menu button:focus {
	background: #eee;
	color: #000;
}
@media only screen and (max-width: 37.5em) {
	.btb26-share-button { padding: 0.55em 0.8em; }
}
