.payment-method #type {
  margin-left: 22%;
}

.payment-method #issuer {
  margin: 1% 5%;
  display: none;
}

.payment-method #type .logo {
  position: absolute;
}

.payment-method #type label {
  display: inline;
  float: none;
  padding: 0.75em 6em 0;
  width: auto;
}

.openinvoiceInput {
	display: none;
}

.payment-method-options .form-row {
  max-width: 20%;
  width: auto;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .payment-method-options .form-row {
    max-width: calc(33.3% - 40px);
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .payment-method-options .form-row {
    max-width: calc(33.3% - 15px);
    width: 100%;
  }
}
