section.other {
	display:block;
	font-size:medium;
	text-align:left;
	margin:10px;
}
section.other a:link	{ color:#F00; text-decoration:underline; }
section.other a:visited	{ color:#00F; text-decoration:underline; }
section.other a:hover	{ color:#F00; text-decoration:underline; }
section.other h1 {
	background-color:#9CF;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	padding:10px 10px 10px 10px;
}

/* level-1 */
.table .th {
	background-color:#CCF;
	text-decoration:lighter;
	text-align:left;
	margin:0px 0px 8px 0px;
	padding:12px 0px 4px 10px;
	border:none;
	color:#000;
}

/* level-2 */
.table .children .th {
	background-color:#FFF;
	text-decoration:lighter;
	text-align:left;
	border:none;
	color:#000;
	margin:0px 0px 8px 0px;
	padding:12px 0px 4px 10px;
}
.table .children .td {
	background-color:#FFF;
	text-decoration:lighter;
	text-align:left;
	line-height:1.0em;
	border:solid 1px #000;
	color:#000;
	margin:0px 0px 8px 0px;
	padding:12px 0px 4px 10px;
}

span.arrow {
	display:block;
	height:1.6em;
	margin-right:10px;
	position:relative;
}
span.arrow::after {
	position:absolute;
	top:50%;
	right:10px;
	width:7px;
	height:7px;
	margin-top:-4px;
	border-top:solid 2px #000;
	border-right:solid 2px #000;
	-webkit-transform:rotate(315deg);
	transform:rotate(315deg);
	content:"";
}

span.closed {
}
span.closed::after {
	position:absolute;
	top:35%;
	right:10px;
	width:7px;
	height:7px;
	margin-top:-4px;
	border-top:solid 2px #000;
	border-right:solid 2px #000;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	content:"";
}
