
/** DONATIONS */
.donations {
}

.donations .donation {
    padding: 15px 0;
}

.donations .donation .meta {
    font-size: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin-bottom: 4px;
}

.donations .donation .amount,
.donations .donation .date {
    text-align: right;
    font-size: 11px;
}

.donations .donation .amount {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.donations .donation .donor-name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.donations .donation .message {
    font-size: 11px;
    font-weight: 400;
    color: #999;
}
