.dpsMerchantLogos {
    display: inline;
}

.dpsCheckboxIndent {
    padding-left: 2em;
}

 .dpsPaymentForm input{
     margin:10px 0 10px 0;
 }

 .dpsPaymentForm select {
     margin:10px 0 10px 0;
 }

 .dpsPaymentFormSelect{
    width:100px;
    margin-right:10px;
    float:left;
    display:inline-block;
 }

 .dpsPaymentForm .dpsPaymentFormCardholderName {
    width:210px;
 }

 .dpsPaymentForm .dpsPaymentFormCardNumber {
    width:210px;
 }
 .action-cvv {
    margin-top:10px;
 }
 .field-tooltip .field-tooltip-content {
    width:190px !important;
    margin-top: 10px;
 }
 .cvv{
     width:200px;
 }  
.clear{
      clear: both;
 }

.windcave_pxpay2_iframe {
    max-width: 100%;
}

/* Apple Pay Related styles */
.apple-pay-button {
	width: 250px;
	height: 40px;
	display: inline-block;
	-webkit-appearance: -apple-pay-button;
    cursor: pointer;
}

/* For mobile devices */

@media only screen and (max-width: 600px) {
	.apple-pay-button {
		width: 95%;
		height: 40px;
	}
}
/* Apple Pay Related styles */
