.stacktable {
	width: 100%;
}

th.st-head-row,
.st-head-row {
    font-weight: 600;
}

.st-key {
	width: 49%;
	text-align: left;
	padding-right: 1%;
}

.st-val {
	width: 49%;
	text-align: left;
	padding-left: 1%;
}

table.stacktable.small-only tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

tr.st-head-row.st-head-row-main strong {
	font-size: 16px;
	line-height: 1;
}

table.stacktable.small-only tr th, 
table.stacktable.small-only tr td {
	padding: 0.5em;
}

tr.st-head-row.st-head-row-main th, 
tr.st-head-row.st-head-row-main td {
    font-weight: 500;
}

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

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

@media (max-width: 800px) {
.stacktable.large-only {
    display: none;
}

.stacktable.small-only {
    display: table;
    margin-bottom: 2em;
}
}
