                /*  Generic Rules */
.clear {
	float: none;
	clear: both;
}


/* My Account rules */
.page-template-account-php .side_by_side > div {
	float: left;
	width: 50%;
}


.page-template-account-php #downloads li div {
	font-size: 60%;
	margin-bottom: 7px;
}

/** Recurring Membership Stuff **/
div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div label.s2member-pro-paypal-form-card-type-label.disabled {
    display:none; /* don\\\'t display disabled cards */
}

.paypal_form #s2member-pro-paypal-checkout-form-card-type-div {
    text-align: center; /* center the cards */
    display: none !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #d6d6d6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #d6d6d6;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #d6d6d6;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #d6d6d6;
}

.s2member-pro-paypal-form input,
.s2member-pro-paypal-form select,
.s2member-pro-stripe-form input,
.s2member-pro-stripe-form select {
    padding: 15px 20px !important;
    background-color: #f8f9fa;
    color: #666;
}

.s2member-pro-paypal-form input[type=image],
.s2member-pro-stripe-form input[type-image]{
	border: 0px;
}

.s2member-pro-paypal-form select,
.s2member-pro-stripe-form select {
    height: 50px !important;
}

.s2member-pro-stripe-form-submit-div {
	float:none !important;
	margin-bottom: 5px;
	text-align: center !important;
}

form.s2member-pro-paypal-form,
form.s2member-pro-stripe-form  {
    margin-top: -8px;
}

div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div select.s2member-pro-paypal-card-expiration-month, div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div select.s2member-pro-paypal-card-expiration-year {
    width: 35% !important;
}

div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div select.s2member-pro-paypal-card-expiration-year {
    width: 15% !important;
    float: left !important;
}

#s2member-pro-paypal-checkout-card-verification {
    width: 30% !important;
}

div.s2member-pro-paypal-form-section,
div.s2member-pro-stripe-form-section {
    margin-top: 0px !important;
}

#s2member-pro-paypal-checkout-state,
#s2member-pro-paypal-checkout-zip{
    width: 100% !important;
    margin: 0px !important;
}

#card_selector span {
  display: inline-block;
}

#card_selector span img {
  display: block;
}

#card_selector {
  margin: 0px auto;
  margin-top: -30px;
  text-align: center;
}
#card_selector span img {
	margin: 5px;
		opacity: .8;
		filter: alpha(opacity=80);
		border: solid 1px white;
}
#card_selector span img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border: solid 1px gray;
	border-radius: 6px;
}
#s2member-pro-stripe-checkout-form-source-token-button {
	visibility: hidden;
	height:1px;
}  