/****************		stats-sectio-back			***********************/
.stats-sectio-back {
}
.stats-sectio-back h2 {
    font-size   : 42px;
    color       : #fff;
    text-align  : center;
    font-family : "Roboto-Bold";
    text-transform: uppercase;
}
.stats-sectio-back h4 {
    color: white;
    font-size:24px;
    font-family: "Open Sans", san-serif;
    padding   : 15px;
    font-size : 30px;
}
.stats-sectio-back p {
    color : white;
    text-align: center;
    font-family: Roboto-Bold;
    font-size: 16px;
}
.stats-sectio-back table {
    width:100%;
    margin-top : -16px;
}
.stats-sectio-back td {
    font-size : .5em;
}
.stats-sectio-back td:nth-child(2) {
    text-align:right;
}
.stats-sectio-back .stat {
    padding : 0 10px 0px 10px;
}
.stats-sectio-back h4 {
    text-align : center;
}
.stats-sectio-back .stat .inner {
    margin-top : -10px;
    padding : 0 10px;
    border-top : 4px solid #a7a7a7;
    min-height:100px;
}

