.stacktable { width: 100%; white-space:nowrap; }
.st-head-row { margin-bottom:10px;}
.st-head-row.st-head-row-main {   padding-top:10px; padding-bottom:10px;}
.st-key { text-align: left; padding-left: 10px; padding-top:8px;}
.st-val {  padding-right: 1%;  padding-top:8px;}



/* 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; }
}


.st-key span{text-decoration:none !important;}

.st-head-row-main span{text-decoration:none !important;}

.stacktable {margin-top:30px;}
table {margin-top:30px;}
.toprow:first-child { 
    display:none;
}

td.st-val{white-space:normal!important;}
