.wrap table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 24px;
	font-size: 15px;
	border: 1px solid var(--line, #DFF1F4);
}

.wrap table th,
.wrap table td {
	border: 1px solid var(--line, #DFF1F4);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
	color: var(--muted, #5A6B70);
	line-height: 1.6;
}

.wrap table thead th,
.wrap table tr:first-child th,
.wrap table tr:first-child td {
	text-align: left;
	font-weight: 700;
	color: var(--ink, #0B2A30);
	background: var(--tint, #ECFEFF);
}

.wrap table tbody th {
	text-align: left;
	font-weight: 700;
	color: var(--ink, #0B2A30);
	background: var(--tint, #ECFEFF);
}
