.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% !important; text-align: right; padding-right: 1%; 
		
		color: #fff !important;
		word-break: break-all !important;
      border-left: 1px solid #595959;
      text-transform: uppercase;
      font-size: 13px;
      text-align: center;
      background-image: -moz-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);
      background-image: -webkit-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);
      background-image: -ms-linear-gradient( 90deg, rgb(124,124,124) 0%, rgb(64,68,72) 100%);}
.st-val { width: 49% !important; 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; }
  
}