table.tblPrice {
  background-color: #FFFFFF;
  width: 75%;
  text-align: center;
}
table.tblPrice td, table.tblPrice th {
  border: 1px solid #000000;
  padding: 3px 2px;
}
table.tblPrice tbody td {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
table.tblPrice thead {
  background: #DA3636;
  background: -moz-linear-gradient(top, #e36868 0%, #dd4a4a 66%, #DA3636 100%);
  background: -webkit-linear-gradient(top, #e36868 0%, #dd4a4a 66%, #DA3636 100%);
  background: linear-gradient(to bottom, #e36868 0%, #dd4a4a 66%, #DA3636 100%);
  border-bottom: 0px solid #444444;
}
table.tblPrice thead th {
  font-size: 16px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: center;
}
table.tblPrice tfoot td {
  font-size: 13px;
}
table.tblPrice tfoot .links {
  text-align: right;
}
table.tblPrice tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #24943A;
  padding: 2px 8px;
  border-radius: 5px;
}