.cbxbookmark_card_clear{
	clear: both;
}
.cbxbookmark_card {
	transition: 0.3s;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius: 5px;
	margin:0 10px 20px 10px;
	width: 250px;
	min-height: 300px;
	float: left;
	display: inline-block;
}

/* On mouse-over, add a deeper shadow */
.cbxbookmark_card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.cbxbookmark_card a.cbxbookmark_card_teaser{
	text-align: center;
	max-height: 150px;
	max-height: 150px;
	display: block;
	border-bottom: none !important;
	overflow: hidden;
}
.cbxbookmark_card a.cbxbookmark_card_teaser:hover, .cbxbookmark_card a.cbxbookmark_card_teaser:focus, .cbxbookmark_card a.cbxbookmark_card_teaser:active{
	border-bottom: none !important;
}
.cbxbookmark_card a.cbxbookmark_card_teaser img {
	border-radius: 5px 5px 0 0;
	max-width: 100%;
	height:auto;
	margin: 0 auto;
}

.cbxbookmark_card a.cbxbookmark_card_teaser img:hover{
	opacity: .8;
}

/* Add some padding inside the card container */
.cbxbookmark_card_container {
	padding: 2px 16px;
}

.cbxbookmark_card_container p.cbxbookmark_card_title{
	font-size: 16px; line-height: 20px; font-weight: bold;
	margin: 15px 0;
}
.cbxbookmark_card_container p.cbxbookmark_card_title a{
	border-bottom: none !important;
}
.cbxbookmark_card_container p{
	margin-bottom: 10px;
	float: left; width: 100%;
}
.cbxbookmark_card_container .cbxbookmark_card_cat{
	float: left; display: inline-block;
	font-size: 14px;
}

.cbxbookmark_card_container .cbxbookmark-delete-btn{
	float: right; display: inline-block;
	border-bottom: none !important;
}

.cbxbookmark_cards_wrapper .cbxbookmark-more-wrap{
	clear: both;
	width: 100%;
}

.cbxwpbkmarkwrap-buddypress_activity{
	float: right;
	display: inline-block;
	width: auto;
}
.cbxwpbkmarkwrap-buddypress_activity .cbxwpbkmarklistwrap{
	/*
	position: fixed !important;
	width: 300px;
	max-width: 300px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	*/
}

}