html {
	background: #F2F2F2;
}
body {
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
}
.right{
	text-align: right;
}
.bottom {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 0);
}
.border {margin: 5px 5px 5px 5px; padding: 5px; border: #828282 1px solid;}
.tableFull {width: 100%; }
.BTpurchase {background-color: #f2f2f2; margin: 0; border: 0; padding: 0; position:absolute; top: 50%; transform: translate(0, -50%); }
.information {padding: 5px; text-align:left; background-color: #f2f2f2; position:absolute; left:50%; top: 50%; transform: translate(-50%, -50%); visibility: hidden;}
.BUTTON_PRIMARY {
	background: #3573FB;
	background-image: -webkit-linear-gradient(top, #3573FB, #3646D5);
	background-image: -moz-linear-gradient(top, #3573FB, #3646D5);
	background-image: -ms-linear-gradient(top, #3573FB, #3646D5);
	background-image: -o-linear-gradient(top, #3573FB, #3646D5);
	background-image: -webkit-gradient(to bottom, #3573FB, #3646D5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 24px 16px 24px;
	border: solid #337FED 1px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	margin-left: 22px;
}
.BUTTON_PRIMARY:hover {
	border: solid #337FED 1px;
	background: #3367F5;
	background-image: -webkit-linear-gradient(top, #3367F5, #2C1AB2);
	background-image: -moz-linear-gradient(top, #3367F5, #2C1AB2);
	background-image: -ms-linear-gradient(top, #3367F5, #2C1AB2);
	background-image: -o-linear-gradient(top, #3367F5, #2C1AB2);
	background-image: -webkit-gradient(to bottom, #3367F5, #2C1AB2);
	text-decoration: none;
}
.BUTTON_SECONDARY {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #20459A;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 24px 16px 24px;
	background-color: #FFFFFF;
	border: solid #20459A 4px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
}
.BUTTON_SECONDARY:hover {
	background: #F1F6FF;
	border: solid #20459A 4px;
	text-decoration: none;
}
.BUTTON_TERTIARY {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #20459A;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 24px 16px 24px;
	background-color: #F2F2F2;
	border: solid #20459A 0;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
}
.BUTTON_TERTIARY:hover {
	background: #FFFFFF;
	border: solid #20459A 0;
	text-decoration: none;
}
.contentwrap {
	width: 100%;
}
.logo {
	display: block;
	margin-bottom: 20px;
	width: 300px;
	height: auto;
}
#paybuttons {
	display: inline-block;
	float: right;
}
@media screen and (max-width: 668px) {
	.BTpurchase {width:90%; left: 50%; transform: translate(-50%, -50%); }
}
@media screen and (min-width: 668px) {
	.BTpurchase {width:75%; left: 50%; transform: translate(-50%, -50%); }
}
@media screen and (min-width: 1280px) {
	.BTpurchase {width:50%; left: 50%; transform: translate(-50%, -50%); }
}
