/* Comparison tables stay readable on desktop and scroll cleanly on narrow screens. */
.article-body .table-responsive {
	margin: 24px 0 8px;
	border: 1px solid #dce2e5;
	border-radius: 8px;
	overflow-x: auto;
	background: #fff;
}

.article-body table {
	width: 100%;
	min-width: 650px;
	border-collapse: collapse;
	font-size: .82rem;
	line-height: 1.35;
}

.article-body table th,
.article-body table td {
	padding: 9px 11px;
	border: 1px solid #dce2e5;
	text-align: left;
	vertical-align: top;
}

.article-body table th {
	background: #f5f7f8;
	color: #171b20;
	font-size: .76rem;
	font-weight: 800;
}

.article-body table th:first-child,
.article-body table td:first-child {
	width: 38%;
}

@media (max-width: 560px) {
	.article-body table {
		font-size: .74rem;
	}

	.article-body table th,
	.article-body table td {
		padding: 8px;
	}

	.article-body table th {
		font-size: .7rem;
	}
}
