﻿/* -------------------
   Common
*/

.distributionDate
{
    font-size:x-large;
}

.newCommunication {
    color:green;
}

.distributionPercent {
    font-size: xx-large;
    font-weight: 500;
    color: green;
}

    .distributionPercent .adjustmentIndicator {
        font-size: large;
        vertical-align: 10px;
    }

.cardValueMedium
{
    font-size: x-large;
    font-weight: 500;
    color: green;
}

.cardValueSmall
{
    font-size: large;
    font-weight: 500;
    color: #65c165;
}