
.form .form-textbox-digit {
	float:left;
	width:45% !important;
}

.form .form-textbox-digit input,
.form .form-security-digits input {
	min-width:0 !important;
	width:100% !important;
}

.form-expiry-date .line {
	float: left;
    display: block;
    height: 44px;
    line-height: 44px;
    width:10%;
    text-align:center;
}

.form-expiry-date small {
	display:block;
	clear:both;
	line-height:2em;
	text-align: center;
}

.form .payment-form-surcharge {
	display:none;
}

.site-seal-godaddy,
.site-seal-gateway {
	float:left;
	width:50%;
}

.payment-form {
	padding: 40px 0px;
}
.payment-form-transaction {
    padding:20px;
    border:1px solid #CCC;
}

.payment-form-transaction table {
	border-collapse:inherit;
	border-spacing:0;
    width:100%;
}

.payment-form-transaction table th {
	text-align:left;
}

.payment-form-transaction table th,
.payment-form-transaction table td {
	padding:10px;
}

.payment-form-transaction table tr:nth-child(even) {
	background-color:#FAFAFA;
}

.payment-form-transaction p {
	margin-top:2em;
	margin-bottom:0;
}

.StripeElement {
  padding: 10px 12px;
  border: 1px solid #CCCCCC;
  background-color: white;
}

.StripeElement--invalid {
  border-color: #BE1522;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.site-seal-godaddy #siteseal {
	margin-right: 1em;
}

.site-seal-godaddy img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:830px){

	.site-seal-godaddy h3,
	.site-seal-godaddy p {
		margin-right:10px;
	}

}

@media screen and (max-width:500px){

	.site-seal-godaddy,
	.site-seal-gateway {
		width:100%;
	}

}

@media screen and (max-width:450px){

	.static-form-wrapper .form .form-button-row {
		text-align:left;
	}

}
