.stacktable { width: 100%; }
.st-head-row { padding-top: 2em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 60%; text-align: left; padding:5px 0px 5px 10px; line-height:1.3em }
.st-val { width: 38%; padding-left: 5%; text-align: left !important;}



/* 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; }
}