.stacktable { width: 100%; }
.st-head-row { padding: 2px 5px 5px 5px; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 15px }
.st-key { text-align: right; white-space: nowrap; padding: 5px 10px; }
.st-val { }
.stacktable.small-only h6	{ color:white; }


/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
  .table-desktop-br	{ display: block }
.table-center	{ text-align: center; vertical-align: top; }

@media (max-width: 910px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
  .table-desktop-br	{ display: none }
.table-center	{ text-align: left; vertical-align: top; }
}