.panel {
	clear: both;
	display: none;
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
}

#tabs {
	position: relative;
	top: 0px;
	height: 28px;
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	text-decoration: none;
}

#tabs a.active-tab {
	font-weight: bold;
	color: black !important;
}

