a.bp-bookmarklet:before {
	font-family: dashicons;
	font-size:25px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f157";
	vertical-align: bottom;
}

#buddypress a.bp-bookmarklet.button {
	padding: 1em;
	display: inline-block;
	cursor: move;
}

#buddypress button.bp-bookmarklet.button {
	padding: 1.2em;
	display: inline-block;
	vertical-align: top;
}

.bookmarklet-hidden {
	display:none;
}

textarea.bookmarklet-code {
	max-width: 100%;
}
