﻿.big .value  {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 2px;
    float: none;
    display: block;
}
.label .value{
    font-weight: bold;
}

.left {
    float: left;
}
.right {
    float: right;
    text-align: right;
}
.center {
    text-align: center;
    font-weight: bold;
}

/* Progress Bar */
.progressBar {
    position: relative;
    width: 100%;
    height: 24px;
    background: #DDDDDD;
}

.progressBar .value {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #88B0E0;
}
.Paddingbottom {
    padding-bottom: 10px;
}
.Paddingtop {
    padding-top: 10px;
}
.consumed, .remaining, .daystogo, .elapsed {
    padding-top: 2px;
}
.title {
    font-size: 14px;
    font-weight: bold;
}
.progressBar .red {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(255, 80, 82);
}
.progressBar .green {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #99CC68;
}