.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: 20%; text-align: right; padding-right: 1%; border-top: 1px solid #e1e1e1; }
.st-val { width: auto; padding-left: 1%; text-align: left !important;}

.stacktable tr.odd .st-key { border-top: 1px solid #e1e1e1; }
.stacktable tr.odd .st-val { border-top: 1px solid #e1e1e1;}

.stacktable tr.even .st-key { border-top: 1px solid #fff; }
.stacktable tr.even .st-val { border-top: 1px solid #fff;}

.stacktable tr.odd td {
	/*border-left: 1px #e1e1e1 solid;*/
}
.stacktable tr.even td {
	border-left: 1px #fff solid;
}
/*.stacktable.small-only { 	border-bottom: 1px #e1e1e1 solid;
 }*/

/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media screen and (max-width: 990px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}