#SubTitle h2 {
  background: none;
}

table.payment {
  margin: 20px 15px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
table.payment th {
  text-align: center;
  background-color: #e5fceb;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 100%;
  line-height: 130%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  white-space: nowrap;
}
table.payment td {
  vertical-align: top;
  font-size: 100%;
  line-height: 150%;
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

div.border {
  border: 1px solid #CCCCCC;
  padding: 10px 20px;
  margin: 0 15px;
}
