.credit-card-payment-page{
  margin: 1.4rem auto;
  width: 95%;
}

.credit-card-payment-page table{
  border-collapse: collapse;
}

.credit-card-payment-page h2 {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: .8rem;
  margin-top: 1.4rem;
  text-align: left;
  width: 100%;
}

.credit-card-payment-page h3 {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .9rem;
  text-align: center;
  width: 100%;
}

.credit-card-payment-page hr{
  color: #000;
  border-width: .1rem;
  border-style: solid;
  margin-bottom: .6rem;
}


.credit-card-payment-page input[type="checkbox"] {
  appearance: none;
  border: .1rem solid #95989A;
  height: .8rem;
  outline: 0;
  -webkit-appearance: none;
  width: .8rem; 
}

.credit-card-payment-page input:checked[type="checkbox"] {
  appearance: none;
  border: .4rem solid #099BE8 !important;
  height: .8rem;
  outline: 0;
  -webkit-appearance: none;
  width: .8rem; 
}

.payment-amount-section{
  border: .1rem solid #95989A;
  margin-top: 1.6rem;
  width: 100%;
}

.payment-amount-section span{
  font-size: .8rem;
}

.payment-amount-section tr th:nth-child(1){
  background-color: #F8F8F8;
  border-right: .2rem solid #95989A;

}

.payment-amount-section tr th:nth-child(1){
  padding: .6rem .8rem;
  text-align: left;
}

.payment-amount-section tr th:nth-child(2){
  text-align: left;
}

.payment-amount-section tr th:nth-child(2) span{
  margin-right: 1.6rem;
  margin-left: .8rem;
}

.credit-card-payment-page .title{
  background-color: #F8F8F8;
  border: .1rem solid #95989A;
  margin-top: 1.6rem;
  margin-bottom: 0;
  padding: .4rem 0;
  width: 100%;
}

.credit-select {
  border: .1rem solid #95989A;
  margin: 20px 0 0 0;
  margin-bottom: 1.6rem;
  width: 100%;
}

.credit-select tr th:nth-child(1){
  padding: .8rem;
}

.credit-select tr th:nth-child(1){
  border-right: .2rem solid #95989A;
  background-color: #F8F8F8;
  font-weight: bold;
}

.credit-select tr th:nth-child(2){
  background-color: #F8F8F8;
  font-weight: bold;
}

.credit-select tr:nth-child(1){
  border-top: .1rem solid #95989A;
}

.credit-select tr:nth-child(2), .credit-card-info tr:nth-child(3){
  border-top: .2rem solid #95989A;
}

.credit-select tr td:nth-child(1){
  padding: .8rem;
}

.credit-select tr td:nth-child(1){
  text-align: center;
  background-color: #F8F8F8;
  border-right: .2rem solid #95989A;
}

.credit-select tr td:nth-child(1){
  background-color: #F8F8F8;
  border-right: .2rem solid #95989A;
}

.credit-card-info{
  border: .1rem solid #95989A;
  margin: 0 auto;
  margin-bottom: 1.6rem;
  width: 100%;
}

.credit-card-info tr td:nth-child(1){
  padding: .8rem;
}

.credit-card-info tr:nth-child(1){
  border-top: .1rem solid #95989A;
}

.credit-card-info tr:nth-child(2), .credit-card-info tr:nth-child(3){
  border-top: .2rem solid #95989A;
}

.credit-card-info tr td:nth-child(1){
  background-color: #F8F8F8;
  border-right: .2rem solid #95989A;
}

.credit-card-info .card-number-input input{
  margin-left: .4rem;
  margin-top: .7rem;
  max-width: 5rem;
}

.credit-card-info .card-number-input p{
  line-height: 1.8rem;  
  margin-left: .4rem;
}

.input-card{
  border: .1rem solid #95989A;
  height: 2rem;
  min-width: 5rem;
}

.expiration-date td:nth-child(2), .registration-update td:nth-child(2){
  padding-left: .4rem;
}

.expiration-date .month, .expiration-date .year{
  background-color: #FFF;
  border: .1rem solid #95989A;
  border-radius: 0;
  min-height: 2rem;
  min-width: 5rem;
}

.expiration-date img, .expiration-date img{
  position: relative;
  right: 1.5rem;
  top: .2rem;
  height: auto;
  width: .8rem;
}

.registration-update td{
  padding: .6rem;
}

.payment-instruction{
  border: .1rem solid #95989A;
}

.payment-instruction p{
  margin: 1.0rem .8rem;
}

.payment-button-section{
  text-align: center;
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
}

.payment-button{
  background-color: #2E9F3E;
  -moz-border-radius: .3rem;
  -webkit-border-radius: .3rem;
  border-radius: .3rem;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  font-size: 1.2rem;
  padding: .4rem 5.0rem;
  text-decoration: none;
}

.payment-button:hover {
  opacity: 0.8;
}
