.iu-shell {
	background: rgba(5, 7, 5, 0.9);
	border: 1px solid rgba(255, 230, 150, 0.08);
	border-radius: 20px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
	margin: 24px auto 32px;
	max-width: 1160px;
	padding: 40px 28px 64px;
}

.iu-shell table {
	border-collapse: collapse;
}

.iu-shell table[align="left"] {
	margin-right: 24px;
}

.iu-shell table[align="right"] {
	margin-left: 24px;
}

.iu-lead {
	max-width: 68ch;
}

.iu-sidebar img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 720px) {
	.iu-shell {
		border-radius: 12px;
		margin: 0;
		padding: 28px 16px 40px;
	}

	.iu-shell table[align="left"],
	.iu-shell table[align="right"] {
		display: table;
		float: none !important;
		margin: 0 0 18px;
	}

	.iu-shell nobr {
		white-space: normal;
	}

	.iu-shell > table:nth-of-type(2),
	.iu-shell > table:nth-of-type(2) > tbody,
	.iu-shell > table:nth-of-type(2) > tbody > tr,
	.iu-shell > table:nth-of-type(2) > tbody > tr > td {
		display: block;
		width: auto !important;
	}

	.iu-shell > table:nth-of-type(2) > tbody > tr > td:first-child {
		display: none;
	}

	.iu-lead {
		max-width: none;
	}
}
