.payout-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
	border: 1px solid currentColor;
	margin-top: 3rem;
}

.payout-table caption {
	text-align: left;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	caption-side: top;
}

.payout-table th,
.payout-table td {
	text-align: center;
	padding: 12px 8px;
}

.payout-table th:first-child,
.payout-table td:first-child {
	text-align: left;
	padding-left: 16px;
}

.payout-table th {
	font-weight: 500;
}

.payout-table thead tr {
	border-bottom: 1px solid currentColor;
}

.payout-table tbody tr {
	border-bottom: 1px solid currentColor;
}

.payout-table tbody tr:last-child {
	border-bottom: none;
}

.payout-table a {
	color: inherit;
}

.payout-fees {
	opacity: 0.7;
	font-size: 16px;
}

.payout-subhead {
	font-weight: 400;
	opacity: 0.7;
}

.payout-footnote {
	margin-bottom: 2rem;
	opacity: 0.7;
}

img {
	max-width: 100%;
}