.donations{
	  border-collapse: collapse;
}

.donations tbody tr {
    border-bottom: 1px solid #c5c5c5;
}

.donations tbody tr:last-child {
    border-bottom: none;
}

.donations th,
.donations td {
	padding: 12px 18px;
}
