.bookmark_container {
	display: none;
}

.bookmark-this {
	cursor: pointer;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	border: 0;
	box-shadow: none;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.bookmarked {
	background-color: #ddd !important;
	color: #333 !important;
}