.payments-tab-navigation {
  display: flex;
  align-items: flex-start;
  list-style: none;
  background: #ececec;
}

.payments-tab-navigation li{
  list-style: none;
  display: inline-block;
  flex: 1;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.payments-tab-navigation li+li{
  border-right: 1px solid #ccc;
}

.payment-tab-item{
  cursor: pointer;
}

.cfw-accordion .cfw-radio-reveal-title-wrap{
  display: none!important;
}

.wc_payment_methods .wc_payment_method{
  border: none!important;
}

.cfw-accordion .cfw-radio-reveal-content{
  background: #fff;
  border: none!important;
}

.cfw-accordion .cfw-radio-reveal-group{
  border: none!important;
  padding: 0 15px!important;
  margin: 0;
}

.payment-tab-item.cfw-tab-active{
  background: #fff;
  border-top: 3px solid #4CAF50;
}

div#payment {
  border: 1px solid #ccc;
}