.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; }
}




.views-table  p, .stacktable p
{
  color:#1F1F1F;
  line-height:1.2em;
}
.views-table  a, .stacktable a
{  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  
}  
.st-head-row
{
  text-align:center;
}
.st-val, .st-key
{
  line-height:1.2em;
}
.views-table  td, .views-table  th
{
  padding:10px;
  line-height:1.2em;
}
.stacktable td
{
  padding:10px;
  line-height:1.2em;
}

.st-head-row
{
  font-size:20px;
  border-top:solid 1px #ccc;
  margin-top:15px;
}