.levels-container {
    width: 91%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

/*.multigraph {*/
    /*position: absolute;*/
    /*top: 35%;*/
    /*bottom: 2%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding-bottom: 20px;*/
/*}*/

.current-amount {
    font-size: 4rem;
    line-height: normal;
    font-weight: bold;
    color: #037DBB; /* PWC Alt Blue */
}

.current-amount-desc {
    font-size: 2rem;
    color: #131640; /* PWC Deep Blue */
}

.current-difference {
    font-size: 2.4rem;
    line-height: normal;
    padding-bottom: 9px;
    margin-bottom: 4px;
    border-bottom: 1px solid #D14900; /* PWC Alt Orange */
    color: #131640; /* PWC Deep Blue */
}

.month-difference {
    margin-bottom: 0;
    font-weight: bold;
    color: #D14900; /* PWC Alt Orange */
    font-size: 1.8rem;
}

.prev-month-value {
    font-size: 1.8rem;
    line-height: normal;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 1.2rem;
    color: #037DBB; /* PWC Alt Blue */
    font-weight: bold;
}

.prev-month-desc {
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: normal;
    color: #131640; /* PWC Deep Blue */
}