.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 { width: 25%; text-align: left; padding-left: 2%; }
.st-val { width: 75%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 700px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }

  table.small-only tr {
  	border-bottom: none;
  }

  table.small-only:nth-child(even) {
  	background: rgba(0,0,0,0.05);
  }
}

