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;
}
#supportStripeBuyBtn{
    margin-top:5px;
}
.donationButton {
	text-align:center;
	width:150px;
	max-width:150px;
	padding:0;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 2px;
	font-family: inherit;
	cursor: pointer;
	transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
}
.donationButton img {
    border-radius:4px;
}
.donationButton:hover {
}
#donate-button {
	width: 100%;
	height: auto;
}
.BuyButton-container {
    width:150px !important;
    max-width:150px !important;
    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;
}

@media screen and (max-width: 600px) {
	.mobileOnly {
		display:none;
	}
}

/* Title TextView: black color, 18sp size, bold, centered */
.supportdialog-title {
	margin: 0;
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

/* ImageView: 50dp height, 8dp margin top, fitCenter */
.supportdialog-image {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 8px;
	object-fit: contain;
}

/* Message TextView: black color, 15sp size, 8dp margin top */
.supportdialog-message {
	margin: 0;
	margin-top: 8px;
	color: #000000;
	font-size: 15px;
	line-height: 1.4;
}

/* Shared Button Styles: match_parent height, layout_weight="1", white text */
.supportdialog-btn {
	flex: 1;
	height: 100%;
	border: none;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
}

/* Support Button: holo_green_dark */
.supportdialog-btn-support {
	background-color: #006622;
}

/* OK Button: urlColor */
.supportdialog-btn-ok {
	background-color: #007bff;
}
