section {
	max-width:100%;
	flex: 1 1 0 !important;
	justify-content: flex-start !important;
	position:absolute;
	padding-right:8px;
}
.groupCard {
	user-select: none;
	pointer-events: auto;
	margin-right:4px;
	flex: 1 1 400px;
	max-width: 400px;
	min-width: 250px;
}
header h3 {
	vertical-align: top;
	margin-top:0;
	line-height: 1.2em;
	border-bottom: 0;
}
.donationButton {
	text-align:center;
	width:100px;
	max-width:100px;
	padding:0;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 2px;
	font-family: inherit;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
	background-color: #F1F1F1;
	color: #222;
	border: 1px solid #8e949a;
}
.donationButton:hover {
	background-color: #fff;
	border-color: var(--text-link-color);
}
#donate-button {
	width: 100%;
	height: auto;
}
img.aflinks{
	height:30px;
	width:60px;
	margin:5px 2px 2px 0;
	opacity:0.8;
	border:1px solid var(--text-hdr-color);
	border-radius: 4px;
}
img.af_rei {background:url(/images/aflogo_30_rei.png) 0 0;}
img.af_rei:hover {background:url(/images/aflogo_30_rei.png) -60px 0;}
img.aflinks:hover, img.iconlinks:hover, img.videolinks:hover {
	-webkit-box-shadow: 0 0 3px 3px var(--text-link-hover-color);
	-moz-box-shadow: 0 0 3px 3px var(--text-link-hover-color);
	box-shadow: 0 0 3px 3px var(--text-link-hover-color);
	opacity:1;
}
