/* CSS Document: Seminar */
#relationLinkSections {
	display: none;
}

/**/
body .cell[data-type="table"] tbody tr td:nth-child(1) {
	background-color: var(--cl-sec-bg);
}
ul.list li {
	margin-bottom: 0.25em;
}
#csec172838580990 {
	background-color: var(--cl-sec-bg);
	max-width: calc(var(--page-wrap-width) - var(--base-padding-side) * 2);
	line-height: 2;
	padding: 2em;
}
#csec172838583892,
#csec172838590219,
#csec172838604184,
#csec172846262047 {
	margin-bottom: 1em;
}
#csec172838599211 {
	margin-bottom: 2em;
}
#csec172838246465 .bt.block {
	max-width: 15em;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width:880px) {
	#csec172838580990 {
		max-width: calc(100% - var(--base-padding-side) * 2);
	}
}
@media only screen and (max-width:640px) {
	#csec172838580990 {
		max-width: calc(100% - var(--share-smp-padding) * 2);
	}
	#csec172838580990 {
		padding: 1.4em;
	}
}
#csec172838599211.cell[data-type="table"][data-clength="2"] tr td:first-child {
	width: 9.5em;
}
#csec172838599211.cell[data-type="table"][data-clength="2"] tr td:last-child {
	width: calc(100% - 9.5em);
}

/*table*/
body #csec172838282800.cell[data-type="table"][data-clength="2"] thead tr td {
	background-color: #353535;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1.2em;
	font-weight: 600;
	font-size: 1.1em;
}
#csec172838282800 tr:nth-child(n + 3):nth-child(-n + 9) td:first-child::after,
#csec172838282800 tr:nth-child(n + 13):nth-child(-n + 22) td:first-child::after,
#csec172838282800 tr:nth-child(n + 25):nth-child(-n + 31) td:first-child::after {
	background-color: var(--cl-sec-bg);
}
body #csec172838282800.cell[data-type="table"] tbody tr:nth-child(1) td,
body #csec172838282800.cell[data-type="table"] tbody tr:nth-child(11) td {
	background-color: #dadada;
}
body #csec172838282800.cell[data-type="table"] tbody tr:nth-child(2) td,
body #csec172838282800.cell[data-type="table"] tbody tr:nth-child(12) td,
body #csec172838282800.cell[data-type="table"] tbody tr:nth-child(24) td {
	background-color: #f0f0f0;
}
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(1) td:last-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(2) td:last-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(3) td:first-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(11) td:last-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(12) td:last-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(13) td:first-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(24) td:last-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(25) td:first-of-type {
	text-align: right;
	font-weight: 600;
}
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(1) td:first-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(2) td:first-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(24) td:first-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(11) td:first-of-type,
#csec172838282800.cell[data-type="table"] tbody tr:nth-child(12) td:first-of-type {
	font-weight: 600;
}
@media only screen and (max-width:640px) {
	.cell[data-type="table"] tr td {
		min-width: initial;
	}
	.cell[data-type="table"][data-clength="2"] tr td:first-child {
		width: 10em;
	}
	.cell[data-type="table"][data-clength="2"] tr td:last-child {
		width: calc(100% - 10em);
	}
}