

.panel {
	clear: both;
	display: none;
	background-color: #fff;
	padding: 1em;
}

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

#tabs_figures {
    padding-top: 10px;
	height: 22px;
	list-style: none;
}

#tabs_figures li {
	float: left;
}

#tabs_figures a {
	float: left;
	padding: 2px 8px;
	margin-left: 6px;
	background-color: #CCC;
	text-decoration: none;
	color: #555;
    border-bottom: 1px solid #3E3E3E;
}

#tabs_figures a.active-tab {
	background-color: #fff;
	color: #000;
    border-bottom: 1px solid #fff;
}

