

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

.panel.active-tab-body {
	display:block;
	margin-left: -1em;
	margin-top:-1em;
}

#tabs {
	
	list-style: none;
	margin-left:-1em;
	//margin-left:0em;
}

#tabs li {
	float: left;

}

#tabs a {
	text-decoration: none;
	float: left;

}

