<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.indent40px {
	text-align: left;
	margin-left: 40px;
}

.yellow {
	background-color: yellow;
}

#donation_table {
	border-collapse: collapse;
	border: 1px;
}

#donation_table td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

#donation_table td.r {
	border-style: none;
	font-weight: normal;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

.gold {
	/*
	background-image: url("images/gold.jpg");
	background-repeat: repeat;
	*/
	border: 4px solid #ffd700;
}

.goldSponsor, .silverSponsor, .bronzeSponsor {
	padding: 0.5em;
	padding-left: 1.5em;
	text-indent:-1em;
	border: 2px solid #EEE;
}

.bottomBorder {
	padding-bottom: 0.4em;
}

.topBorder {
	padding-top: 0.4em;
}

.goldTd, .goldSponsor {
	border: 2px solid #ffd700;
}

.silver {
	/*
	background-image: url("images/gold.jpg");
	background-repeat: repeat;
	*/
	border: 4px solid #BCC6CC;
}

.silverTd, .silverSponsor {
	border: 2px solid #BCC6CC;
}

.bronze {
	/*
	background-image: url("images/gold.jpg");
	background-repeat: repeat;
	*/
	border: 4px solid #CB6D51;
}

.bronzeTd, .bronzeSponsor {
	border: 2px solid #CB6D51;
}

.char {
	width: 48pt;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
}

.left {
	text-align: left;
}

.sponsorTable, .interiorTable {
	width: 100%;
	border-collapse: collapse;
}

#donor_list tbody tr:first-child {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#donor_list tbody tr:last-child {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

table.basic {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	padding: 0.2em;
	font-size: 1em
}

table.basic th {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	font-weight: bold;
	padding: 0.25em;
	text-align: left;
}

table.basic td {
	border-width: 0px;
	border-style: solid;
	padding: 0.25em;
}

.inlineChar {
	height: 1em;
	width: auto;
	margin-top: 1px;
	margin-top: 1px;
	vertical-align: text-bottom;
}

.disabled { color: #ccc; }
.disabled p { color: #ccc; }

.inlineEmoji {
	height: 1em;
        width: 1em;
        margin-top: 1px;
        margin-top: 1px;
        vertical-align: text-bottom;
}

</pre></body></html>