.bordered{
	border:1px solid #007aa5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 50%;
	display: inline-block;
	padding: 10px;
	height: 150px;
	overflow: scroll;
}
.custom-chk {
	font-family: 'fontawesome-alloy';
	color: #94c11f;
	float:left;
	margin-right:8px;
	margin-top:2px;
	
	&:before{
		content:"\f096";
		display: inline-block;
		position: relative;
		top: -1px;
		left: -1px;
		width: 20px;
		height: 20px;
		background-color: #fff;
		font-size: 18px;
	}
			
	&:checked:before {
		content:"\f046";
		position:relative;
    	display:inline-block;
	}
}


.taglib-social-bookmarks{
	background: #fff;
	
	li {
	    float: left;
	    margin-right: 2em;
	    height: 20px;
	    line-height: 20px !important;
	}
}