.stats-row {
    flex: 1;
    margin-top: 30px;
}
.stats-box {
    margin-bottom: 15px;
}
.donation-button {
    float: right;
    color: #000;
    font-size: 13px;
    padding: 11px 10px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    height: 100%;
    transition: all .3s ease-in-out;
}
.donation-button:hover{ 
    background: #ff9308; 
    color: #fff;
}
.donations-trash,
.donations-trash-entry {
    font-size: 20px;
    padding-left: 15px;
    opacity: .3;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.donations-trash-entry {
    display: none;
    font-size: 18px;
}
.donations-trash:hover,
.donations-trash-entry:hover {
    opacity: 1;
}
.school-history-container {
    box-sizing: border-box;
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 80px;
    text-align: left;
}
.donation-chargeback,
.donation-resolve {
    color: #fff;
}