#donation-success th {text-align: left;vertical-align: top;}

.donation-menu {width: 100%; height: 1em}
.donation-menu, .donation-menu li {list-style-type: none; margin: 0; padding: 0}
.donation-menu li {float: left; padding: 0 0.25em}
.donation-menu a {
  text-decoration: none;
  padding: 0.25em;
  background-color: gray;
  color: white;
}

/* The following is mostly copied from list.css in the backend but
we made a copy since the display of this payments screen may diverge
over time. */

.list {
	border-collapse: collapse;
	font-size: 92%;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	width: 100%;
}
.list .even {background-color: #E6E6E6}
.list .odd {background-color: #ffffff}
.list .inactive {
	text-decoration: line-through;
	font-size: 100%;
	color: gray;
}
.list .inactive a {color: gray}
.list .edit-line td {background-color: lightgray}
.list th, .list td {vertical-align: top}
.list td {padding: 0.25em}
.list th {
	border-bottom: 1px solid black;
	text-align: left;
}