.stacktable { width: 100%; }
.st-head-row { padding-top: 1rem; }
.st-head-row.st-head-row-main { font-size: 1.2em; padding-top: 0; background: #f0f0f0}
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
/*.stacktable.small-only .st-head-row{
	border-top: 1px solid  #ccc;
}*/
.stacktable.small-only tbody tr>th{
	font-weight: bold;
}
.stacktable.small-only tbody tr>td{
	border-left: 1px dashed  #ccc;
}
.stacktable.small-only tbody tr>th,
.stacktable.small-only tbody tr>td{
	padding: 8px;
}

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

