body {
	background-color: #ffffff;
	text-align: center;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

h1 {
	font-family: "francois_oneregular";
	font-size: 48pt;
	margin: 0 0 0 0;
}
p {
	font-family: "aliceregular";
	font-size: 30pt;
	margin: 0 0 18pt 0;
}
div.dark {
	background-color: #343434;
	color: #ffffff;
	padding: 18pt 18pt 18pt 18pt;
	margin-top: 18pt;
}
p.slug {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 70%;
	text-align: center;
}
div.table { 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0pt;
	width: 100%;
}
div.cell {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.cell p {
	margin-bottom: 0px;
}
img.qr {
	display: none;
}
#PayPal, #LiberaPay, #Venmo {
	margin-top: 18pt;
	height: 84px;
	width: 430px;
}
#Patreon {
	width: 421px;
	height: 150px;
}
#SubscribeStar {
	width: 500px;
	height: 114px;
}
#Discord {
	width: 528px;
	height: 150px;
}
#donateCrypto {
	font-size: 26pt;
	margin-bottom: 0px;
}
#altcoins {
	margin-top: 18pt;
	width: 458px;
	height: 100px;
}
input.cryptoAddr {
	border-radius: 8px;
	width: 25em;
	height: 30pt;
	text-align: center;
	font-size: 25pt;
	margin-top: 9pt;
}
.anypay-checkout-button {
	width: 300px;
	margin: auto;
}
.anypay-custom-fields {
	font-size: 14pt !important;
}

.anypay-custom-fields > label > input {
	font-size: 14pt !important;
	border: 0px !important;
	height: 14px !important;
}
.anypay-custom-fields > label > input[type="radio"] {
	width: 10pt !important;
}
.anypay-checkout-btn {
	font-size: 16pt !important;
	font-weight: bold;
}
.anypay-checkout-btn svg {
	max-width: 150px !important;
}