.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { text-align: left; padding-right: 1%; }
.st-val { padding-left: 1%; }



/* 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; }
  .stacktable.small-only th { border-top: 1.5em solid transparent;}
  .stacktable.small-only tr { border-bottom: 0px dotted #333;}
  .stacktable.small-only td, .stacktable.small-only th {
    padding: 0px 5px 0 0;
}
}