.stacktable { width: 100%; }
.st-head-row { 
	font-family: "HelveticaNeue";
	padding-top: 1em;
    color: #999999;
    font-size: 0.929em;
    text-transform: none;
}
/*.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }*/
.st-key, .st-head-row.st-head-row-main { 
	color: #2e2e2e; 
	display: block; 
	font-family: 'soleil-bold'; 
	font-size: 0.786em; 
	text-transform: uppercase; 
	width: 100%; 
}
.st-val { 
	width: 100%; 
	display: block;
}


/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table;}
.stacktable.small-only { display: none; }

@media (max-width: 680px) {
  	.stacktable.large-only { display: none; }
  	.stacktable.small-only { display: table; margin-bottom: 0; }
  	.stacktable.small-only:last-child { margin-bottom: 30px;}
  	.stacktable.small-only tr td {
  		padding: 30px 30px 30px 15px;
  	}

  	table.stacktable.small-only tbody tr:first-child {
		border-bottom: none;
	}

	table.stacktable.small-only tbody th, table.stacktable.small-only tbody td {
		border-right: 1px solid #e5e5e5;
	}
	
	table.stacktable.small-only {
		border-bottom: none;
	}

	table.stacktable.small-only:last-child {
		border-bottom: 1px solid #e5e5e5;	
	}

	.stacktable.small-only tr {
		border-bottom: none;
	}

	.stacktable.small-only tr td.st-key {
		padding: 15px 20px 0;
		margin-bottom: -5px;
	}

	.stacktable.small-only tr td.st-val {
		padding: 0px 20px;
	}

	.stacktable.small-only tr td.st-val:LAST-CHILD {
		padding: 0px 20px 5px;
	}

	.stacktable.small-only tr:first-child td:first-child {
		padding-top: 30px;
	}

	.stacktable.small-only tr:last-child td:last-child {
		padding-bottom: 30px;
	}
}