.panel {
	clear: both;
	display: none;
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
	border: 1px solid #98C600;
	border-top: none;
}
.bar {
	padding: 5px;
	border-bottom: 1px solid #98C600;
}

#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border: 1px solid #98C600;
	border-bottom: none;
}

#tabs a.active-tab {
	background-color: #98C600;
	padding-top: 3px;
	color: white;
	font-weight: bold;
	border:  1px solid #98C600;
}
