﻿/* -------------------
   Card text
*/

.distributionDate {
    font-size: x-large;
}

.distributionPercent {
    font-size: xx-large;
    font-weight: 500;
    color: #004F18;
}

    .distributionPercent .adjustmentIndicator {
        font-size: large;
        vertical-align: 10px;
    }

.cardValueMedium {
    font-size: x-large;
    font-weight: 500;
    color: #004F18;
}

.cardValueSmall {
    font-size: large;
    font-weight: 500;
    color: #0A6E28;
}
