﻿.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; border-top: 4px solid #C0BFBF; }

.stacktable.small-only .scSortingIcons { display: none; }

.stacktable.small-only .sc-sorting-anchor {
    pointer-events: none;
    color: unset;
}

.stacktable.small-only tr td:first-child
{
    font-weight: bold;
}

.stacktable.small-only .sc-align-center
{
    text-align: center;
}

@media (max-width: 470px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}