.plm-custom-tabbed{
	padding: 30px 0 !important;
}

.plm-custom-tabbed h3.widget-title{
	color: #fff;
	background-color: #e75b25;
	padding: 6px 0;
	text-transform: none;
	text-align: center;
}

.plm-custom-tabbed *{
	box-sizing: border-box;
}

.plm-custom-tabbed .tab-links{
	border-bottom: 10px solid #ff6101;
}

.plm-custom-tabbed .tab-links:after{
	content: "";
	display: block;
	clear: both;
}

.plm-custom-tabbed .tab-links li{
	display: block;
	float: left;
	width: 33.3333333%;
}

.plm-custom-tabbed .tab-links a{
	color: #fff;
	background: #363636;
	display: block;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: none;
	line-height: 14px;
	padding: 14px 0;
	text-align: center;
	text-transform: uppercase;
}

.plm-custom-tabbed .tab-links a:hover,
.plm-custom-tabbed .tab-links a.selected{
	background: #252525;
	text-decoration: none;
}

.plm-custom-tabbed .tab-links a.selected{
	cursor: default;
}

.plm-custom-tabbed.widget img{
	display: block;
	float: left;
	height: 49px;
	width: 49px;
	float: left;
	margin: 0 7px 0 0;
	padding: 2px;
}

.plm-custom-tabbed .post-result li{
	background: none;
	list-style: none;
	padding: 10px;
	border-top: 0;
	border-bottom: 1px solid #f2f2f3;
}

.plm-custom-tabbed .post-result li:after{
	content: "";
	clear: both;
	display: block;
}

.plm-custom-tabbed .post-result li a{
	color: #0A7BCC;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 0;
	word-break: normal;
	text-decoration: none;
}

.plm-custom-tabbed .post-result li a:hover{
	color: #e75b25;
	text-decoration: none;
}

.plm-custom-tabbed ul li,
.plm-custom-tabbed ul ul li,
.plm-custom-tabbed ul ul ul li{
	list-style: none;
}

.plm-custom-tabbed.widget ul{
	margin: 0;
	padding-left: 0;
}

.clear-after{
	clear: both;
}