@charset "utf-8";

/*
 * private
 */
#outline,
#outline th,
#outline td { border-collapse: collapse; }
#outline { font-size: 1em; }
#outline th,
#outline td {
	padding: .2em .5em;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#outline th {
	background-color: #eeeeee;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}
#outline ul { margin: 0; }
