	.legend tbody tr:nth-child(odd) {background-color: #E6F6FC;}
	.legend td:first-child {font-weight: bold;}
	.p-3 {padding: 0.75rem 1.5rem 0.75rem;}
	table {text-align: center;}
	.table-footnote {margin-top: 0 !important; margin-bottom: 4rem !important;}

	@media (max-width: 640px) {
		table.legend th, table td {
			min-height: 0;
			max-height: none;
		}
		table.legend .flex-col {
			flex-direction: inherit;
		}
		table.legend .mb-2 {
			margin-bottom: 0;
		}
		table.legend td {
			min-height: 90px;
		}
		.legend td:first-child {
			min-width: 65px;
		}
		.legend td:nth-child(2) {
			border-right: 0;
		}
	}