/*
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { padding-top: 0; }
.st-key { width: 49%; text-align: left; padding-right: 1%; font-size: 13px; }
.st-val { width: 49%; padding-left: 1%; }
.st-val { width: 100%; }
*/

/* responsive */
.stacktable.large-only { display: table; min-width: 50%; }
.stacktable.small-only { display: none; }

@media (max-width: 767px) {
 .stacktable.large-only { display: none; }
 .stacktable.small-only { display: table; }
}
