.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: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; 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; }
}

@media screen and (max-width: 992px) {.stacktable.small-only {-webkit-filter: drop-shadow(rgba(51, 51, 51, .3) 0 4px 4px);filter: drop-shadow(rgba(51, 51, 51, .3) 0 4px 4px);margin-bottom: 20px;
    }
    .st-key {font-weight: bold;color: #fff; background-color: #ff9601 !important;border-top: 1px solid #ddd !important;
    }
.st-val {width: 49%;padding-left: 1%;background: #fff;border-top: 1px solid #ddd !important;
}
}