.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: rgba(0,97,172,1);
}

.current-amount-desc {
    font-size: 12px;
    color: rgba(42,61,111,.6);
    font-size: 2rem;
    /*font-size: 3vh;*/
}

.current-difference{
    font-size: 2.4rem;
    line-height: normal;
    padding-bottom: 9px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(0,171,158,1);
}

.month-difference {
    margin-bottom: 0;
    font-weight: bold;
    color: rgba(0,171,158,1);
    font-size: 28px;
    font-size: 1.8rem;
    /*font-size: 3vh;*/
}

.prev-month-value {
    font-size: 12px;
    font-size: 1.8rem;
    /*font-size: 3vh;*/
    line-height: normal;
    /*padding-bottom: 4px;*/
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 1.2rem;
    color: rgba(0,97,172,1);
    font-weight: bold;
}

.prev-month-desc {
    font-size: 12px;
    font-size: 0.9rem;
    /*font-size: 2vh;*/
    margin-bottom: 0;
    line-height: normal;
    color: rgba(42,61,111,.6);
}