/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.red_text { color: red; }
b.hanging_tag,strong.hanging_tag { display: inline-block; width: 145px; }
table.sponsor-thank-you {
	border-collapse: collapse;
	width: 100%;
}
table.sponsor-thank-you td {
	text-align: center;
	vertical-align: middle;
	padding: 6px 0px;
}
