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