.share-area {
	height: 40px;
	margin-bottom: 5px;
}

.share-btn {
	display: inline-block;
	width: 60px;
	height: 30px;
	font-size: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	border: 0;
	background-image: url(../images/board_share_btn.png);
	float: right;
	cursor:pointer;
	/*
	&: active {
		border-color: @aviata-color;
	}
	*/
}

.share-btn.active.focus, .share-btn.active:focus,
.share-btn.focus, .share-btn:active.focus,
.share-btn:active:focus, .share-btn:focus {
	outline: none;
	box-shadow: none;
	background-color: white;
}

.share-url {
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}