.page-head {
	display:inline-block;
	width:100%;
	color:white;
	background:#333;
	font-family: "Open Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:100%;
	padding-left:0.5pc;
	padding-right:0.5pc;
	padding-top:0.25pc;
	padding-bottom:0.25pc;
}

.page-head .about {
	font-style:italic;
	font-size:85%;
}

.donate-bar-inner {
	display:contents;
	width:50%;
	color:white;
	background:#333;
	font-family: "Open Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:100%;
	padding-left:0.5pc;
	padding-right:0.5pc;
	padding-top:0.25pc;
	padding-bottom:0.25pc;
	text-align:center;

}

.donate-bar {
	display:inline-block;
	width:50%;
	max-width:50pc;
	color:white;
	background:#555;
	border-radius:0.5pc;
	padding:0.5pc
}

.donate-bar .text {
	display:inline-block;
	width:100%;
	margin-bottom: 0.5pc;
}
.donate-bar .patreon {
	display:inline-block;
	width:11pc;
	height:2.5pc;
}


/* IOS-Landscape */
@media screen and (max-width: 800px) {
	
	.donate-bar {
		width:100%;
		max-width:100%;
		border-radius:0pc;
	}

}