#wrapper{
	background-color:transparent;
	text-align:center;
}

#paypal_button_container {
	margin:1em 0;
}

#update_header h1,
#update_header h3 {
	margin:0;
	padding:0;
}

#account_plans {
	overflow:auto;
}

.bthome_topleft {
    width:8em;
}

.plan_wrapper:hover {
	cursor: pointer;
}
.plan_wrapper {
	display:inline-block;
	width:calc(50% - 0.4em - 4em);
	background-color:#fff;
	margin:1em;
	padding:1em;
	border-top: 0.5em solid #3793c3;
	border-bottom: 0.2em solid #fff;
	border-left: 0.2em solid #fff;
	border-right: 0.2em solid #fff;
}

.plan_wrapper.selected {
	border-bottom: 0.2em solid #3793c3;
	border-left: 0.2em solid #3793c3;
	border-right: 0.2em solid #3793c3;
	background-color: #dcf1fc;
}

#email_account {
	margin:1em;
	padding:1em;
	background-color: #fff;
	margin:auto;
	width:calc(100% - 4em);
}


#email_account input[type="text"] {
	width:60%;
	text-align:right;
}

/*
https://github.com/paypal/paypal-checkout-components/issues/139#issuecomment-436931711
*/
.paypal-disabled {
	pointer-events: none;
	opacity: 0.5;
}


#policy_banner {
    position:relative;
    color:#fff;

}

#policy_banner a {
    color:#fff;
}

#header_logo {
    position:absolute;
    top:0;
    left:0;
}
