/** STATS */
.stats {      
}
.stats .inner {    
    overflow: hidden;
    padding: 10px 0;
}
.stats .stat {
    width: 49%;
    display: inline;
    float: left;
}
.stats .goal {
    border-right: 1px solid #cacaca;
}
.stats .stat span {
    display: block;
    text-align: center;
}
.stats .stat .value {
    font-size: 18px;
    font-weight: 900;
}
.stats .stat .value sup {   
    font-size: 11px;
    font-weight: normal;
}
.stats .stat .name {
    color: #666;
}

/** .FPage_Stats_Widget */
.FPage_Stats_Widget .progressbar {
    position: relative;
}
.FPage_Stats_Widget .progressbar .title {
    position: absolute;
    top: 3px;
    left:0;
    z-index: 2;
    color: #000;
    text-align: center;
    width: 100%;
}

.FPage_Stats_Widget .stats {
    overflow: hidden;
    margin-bottom: 10px;
}

.FPage_Stats_Widget .stats .stat {
    width:49%;
    float:left;
    border-right: 1px dotted #cacaca;
    text-align: center;
}

.FPage_Stats_Widget .stats .last {
    border-right: 0;
}
.FPage_Stats_Widget .stats .stat .value {
    font-size: 18px;
    margin:0px;
}
.FPage_Stats_Widget .stats .stat .name {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    color: #75796f;
}