#big_stats {
    display: table;
    margin-bottom: 1em;
    margin-top: 0.5em;
    width: 100%;
}
.big-stats-container .widget-content {
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 transparent;
}
#big_stats .stat {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CCCCCC;
    display: table-cell;
    height: 90px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25%;
}
#big_stats .stat:first-child {
    border-left: medium none;
}
#big_stats .stat:last-child {
    border-right: medium none;
}
#big_stats .stat h4 {
    color: #777777;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#big_stats .stat .value {
    color: #333333;
    font-size: 56px;
    font-weight: bold;
    line-height: 1em;
}
#big_stats {
    display: block;
    margin-bottom: -40px;
}
#big_stats .stat {
    display: block;
    float: left;
    margin-bottom: 3em;
    width: 49%;
}
#big_stats .stat:nth-child(2) {
    border-right: medium none;
}
#big_stats .stat:nth-child(3) {
    border-left: medium none;
}
#big_stats .stat .value {
    font-size: 40px;
}