.content-box p {
	margin-top: 1.5em !important;
	margin-bottom: 0.5em !important;
}
.content-box p strong {
	display: inline-block;
	/* margin-bottom: 0.5em; */
}

.content-box td,
.content-box th {
	border: 1px #bbb solid;
	padding: 0.3em 0.7em 0.3em 0.5em;
	text-align: center;
}
.content-box td:first-child,
.content-box th {
	text-align: left;
}

.content-box td:last-child::after {
	display: none !important;
}

.content-box .single-item-caption>span>span {
	white-space: pre-wrap !important;
}

.content-box ol {
	margin-left: 3em;
}

.content-box img {
	border: 1px gray solid;
}