.stacktable { width: 100%; }
.st-head-row {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 5px 3px;
	background-color: #ccac8f;
	color: #fff;
	border: none;
}
.st-head-row.st-head-row-main { display: none; }
.stacktable tr { border-top: solid 1px #ccac8f; }
.st-key { text-align: right; padding-right: 1%; }
.st-val { }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}