<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stacktable {
	width: 100%;
	border-collapse: collapse;
}

.st-key, .st-val {
	padding: .2em .5em;
	text-align: left !important;
}

.st-key {
	width: 25% !important;
	min-width: 6.5em !important;
	color: #006100;
	vertical-align: middle;
	background: rgba(127,127,127,.05);
	color: #333;
	font-weight: 600;
}

.stacktable.large-only {
	display: table;
}

.stacktable.small-only {
	display: none;
}

@media (max-width: 991px) {
	.stacktable {
		margin-bottom: 1em;
	}

	.stacktable:last-child {
		margin-bottom: 0;
	}

	.stacktable.large-only {
		display: none;
	}
	
	.stacktable.small-only {
		display: table;
	}
}
</pre></body></html>