.community-cpt-listing { border-bottom: 1px solid #ccc; padding: 20px 0; }
.community-cpt-listing:last-child { border-bottom: none !important; }
.community-cpts h2 { font-weight: bold; font-size: 1.6em; }
.community-cpts h3 { font-size:1.6em; color: #0073aa; margin:0; padding: 0; }
.community-cpts h4 { font-size:1.25em; font-weight: bold; margin-top: 20px; }
.community-cpts a { text-decoration: none !important; color: #FFF; background: #650f4d; padding: 6px 14px; margin: 5px 25px 5px 0px; border-radius: 5px; }
.community-cpts a:hover { background: #410831; }
.cpt-options a:last-child { background: #b71a8b;}
.cpt-options a:last-child:hover { background: #841d67; }
.cpt-taxonomies a { background: none; color: #000; border:1px solid #999; font-size: 0.9em; padding: 5px 10px; }
.cpt-taxonomies a:hover { background: #fff; }


ul.tabs {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li {
	background: #555;
	display: inline-block;
	padding: 0px 25px;
	margin: 0 !important;
	cursor: pointer;
}
ul.tabs li:hover {
	background: #333;
}
ul.tabs li h2 {	color: #FFF !important; margin: 5px; padding: 10px 5px; }
ul.tabs li.current h2 {	color: #222 !important; }
ul.tabs li.current {
	background: #fff;
	color: #222;
	border-top: 4px solid #b71a8b;
}

.tab-content {
	display: none;
	background: #fff;
	padding: 15px;
}

.tab-content.current {
	display: inherit;
}