
tr.listing td {
	border-bottom: 0;
}
tr.something td {
	border-bottom: 1px solid #ccc;
}
tr.listing.something td {
	text-align: left;
	padding: 0 10px 20px 10px;
}

tr.listing.something td p {
	max-width: 100%;
	
}

	

tr.listing:nth-child(4n) {
	background: #fff;
}

tr.listing:nth-child(4n-1) {
	background: #D6EAF8;
}
tr.listing:nth-child(4n-2){
	background: #D6EAF8;
} 

tr.listing:nth-child(4n-3) {
	background: #fff;
}

.ui-tabs {
	padding: 0;

}

.ui-tabs .ui-tabs-nav {
	padding: 0 !important;
	margin-bottom: 20px !important;
}

.ui-widget-content {
	border: 0 !important;
}

.ui-tabs .ui-tabs-nav li {
	width: 33.3%;
	margin: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0 !important;
	background: #ededed;
}


.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	width: 100% !important;
	text-align: center !important;
	padding: 20px !important;
}
.ui-widget-header {
	background: #ccc;
	border: 0;
}



.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #4caf50 !important;
	border: 0 !important;

}

.ui-state-active a, .ui-state-active a:link {
	color: #fff;
}



