/* This will make the Pay Button Label disappear*/

html{
}.tdg-content .grey,
.tdg-content .h1,
.tdg-content .header {
    color: #007660;
}

.tdg-content .btnPayGroup .btnLabel
{
display:none;
}

.tdg-content .btnPayGroup .btn-default
{
float:right;
}

.tdg-content .supported_browsers
{
color:#ff0000;
font-size: 14px;
list-style-type: circle;
}


/*This css rule will remove hyperlinks from printed materials*/
@media print {
  a[href]:after {
    content: none !important;
  }
}