.panes .pane {
display: none;
}

.tabs {
	display: inline;
	list-style: none;
	height: 1em;
}

.tabs li {
	float: left;
	padding: 0 5px;
}
.tabs li a{
	text-decoration: none;
	color: black;
}

.tabs .current {
	font-weight: bold;
}
