/**
 * Gel 2022.0
 * Donate Custom Asset Stylesheet
 * @version 2022.0.0
 * @modified 2022-01-26 by Fritz Green
 */

/*
font-family: Raleway (google font)
Medium Gray: #787878
Dark Grey: #4a4a4a
Harvest Gold: #ffe8aa
Brick Red: #363845
*/

/******************************/
/* DONATION FORM */
#secure_seals {
    float: right;
    width: 110px;
    margin: 0 0 2em 2em;
}
#AuthNetSeal {
    padding: 12px
}
.clear-tribute {
    margin-top: .175em;
    margin-bottom: 0;
}
.submit-values {
    margin-top: 1em;
}
#gift_anonymous {
    width: auto;
    height: 20px;
}
.my-gift .flex-block .flex-check {
    margin-bottom: 0;
}
@media screen and (max-width: 740px) {
    .flex-block .flex-check {
        row-gap: .5em;
    }
}

/* DONATION RESPONSE */
.donor-info {
    margin-top: 1em;
    float: left;
}
.receipt-info {
    float: right;
    margin-top: -.6em;
    text-align: right;
    line-height: 1.5em;
}
table.donation-receipt {
    width: 100%;
    margin-top: 1em;
}
.donation-receipt td, .donation-receipt th {
    text-align: left;
    height: 3em;
}
.donation-receipt th:nth-of-type(1) {
    width: 10%;
}
.donation-receipt th:nth-of-type(2) {
    width: 20%;
}
.donation-receipt th:nth-of-type(3) {
    width: 32%;
}
.donation-receipt th:nth-of-type(4),
.donation-receipt td:nth-of-type(4) {
    width: 15%;
    text-align: right;
}
.donation-receipt th:nth-of-type(5),
.donation-receipt td:nth-of-type(5) {
    width: 14%;
    text-align: right;
}
.donation-receipt-subtotal {
    width: 30%;
    float: right;
    margin-right: 1.4%;
}
.donation-receipt-subtotal td:nth-of-type(1) {
    width: 50%;
    text-align: right;
}
.donation-receipt-subtotal td:nth-of-type(2) {
    width: 50%;
    text-align: right;
}
#donation-smallprint p {
    margin: .5em 0;
    font-size: .9em;
}
@media screen and (max-width: 600px) {
    table.donation-receipt,
    .donation-receipt-subtotal,
    .donor-info,
    .receipt-info {
        font-size: .9em;
    }
}