@charset "utf-8";
/* CSS Document */

#tabs {
	height: auto;
	border: 1px solid #ccc;
	padding: 1em 0 0 0;
	margin: 0 0 20px 0;
}

#panels ul {
	margin-top: 0;
}

#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5, #fragment-6 {
	margin: 1em 0;
	padding: 1em;
	border-top: 1px solid #ccc;
	clear: both;
}

#tabs .bottom {
	display: none;
}