.delve-tabs {
	height: auto;
	list-style-type:none;
	margin-top:25px;
}

.tabs-widget ul {
	max-width:355px;
}

.delve-tabs li {
	border:none !important;
	float:left;
	width: 33.25%;
	text-align: center;
	height: 40px;
	outline:0;
}

.delve-tabs li a {
	border-left:none;
	border-top:3px solid transparent;
	text-decoration: none;
	display: block;
	width:100%;
	height:100%;
	color: #2c3e50 !important;
	font-size:0.84em;
	background:#eff4f7;
	outline:0;
}

.delve-tabs li.ui-tabs-active a {
	background:#FFF;
}

.delve-tabs li a i {
	font-size:1.7em;
	color: #2c3e50;
}

.delve_tabs .tabs-container{
	clear:both;
}

.delve_tabs .post-holder {
	font-size:13px;
	line-height:22px;
}

.tab-holder .tab_content .news-list li {
	border-bottom: 1px solid #e6ebee;
	padding: 20px 15px;
	overflow: hidden;
}

.delve_tabs .post-holder a {
	color:#2c3e50;
	overflow:hidden;
}

.delve_tabs .post-holder p {
	margin:0;
}

.tab-holder .tab_content .image {
	float: left;
	margin-right: 13px;
	height: 50px;
	width: 52px;
}

.tab-holder .tab_content .image img {
	max-height:100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.tab-holder .tab_content .image img:hover {
	opacity:0.7;
}

.meta {
	padding:0;
	overflow:hidden;
	list-style:none;
}