img#thankyou {
  clear: both;
  margin-top: 20px;
}

table#donorlist {
	border-collapse: collapse;
	font-size: 11px;
	font-family: helvetica, arial;
	width: 100%;
}

table#donorlist th {
  font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #FB4206;
}

table#donorlist td.amount {
	color: #FB4206;
	font-weight: bold;
}

table#donorlist td {
	border-bottom: 1px solid #ccc;
}

table#donorlist td,
table#donorlist th {
  padding: 3px;
}

p#updated {
  margin-top: 1em;
}