/****************************************************************************************/
[table] {
	display: table;
}
[row] {
	display: table-row;
}
[cell] {
	display: table-cell;
}
/****************************************************************************************/
.table-of-contents .body {
	display: flex;
}

.table-of-contents .body > * {
	width: 50%;
	text-align: center;
}
.table-of-contents .body ul {
	text-align: left;
	display: inline-block;
}
/****************************************************************************************/
.help-list li:not(:first-child) {
	margin-top: 0;
}
/****************************************************************************************/
.wrapping [cell] {
	border-width: 0 1px 1px 0;
}
.wrapping [row]:first-child [cell] {
	border-top-width: 1px;
}
.wrapping [cell].text {
	vertical-align: top;
}
.wrapping [cell].image {
	width: 30%;
	height: calc(100vw * 0.159);
	min-height: 252px;
	border-left-width: 1px;
	text-align: center;
	vertical-align: middle;
}
/****************************************************************************************/
