.stacktable { width: 96%; margin: 0 auto;}

.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: left; padding-right: 1%; vertical-align: middle !important; }
.st-val { width: 49%; padding-left: 1%; vertical-align: middle !important; }
.voucher_options{
	position: relative;
}


/* 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; }
  .voucher_options{
  	position: absolute;
  	left: 20px;
  }
}

.otp_resend_box {
    margin-top: 30px;
    display: inline-block;
}

.otp_resend_box span {
    margin-right: 30px;
}