﻿.stat {
    font-family: Arial;
    font-size: 12px;
    line-height: 2em;
}

    .stat big,
    .stat small,
    .stat u,
    .stat b,
    .stat i {
        display: block;
        font-style: normal;
        font-size: 100%;
        font-weight: normal;
        text-decoration: none;
    }

    .stat .hidden {
        display: none;
    }

    .stat u {
        display: inline-block;
        width: 40%;
    }

    .stat b {
        text-align: right;
        display: inline-block;
        width: 28%;
    }

    .stat i {
        text-align: right;
        display: inline-block;
        width: 28%;
    }

    .stat big {
        cursor: pointer;
        border-bottom: 1px solid silver;
    }

        .stat big:hover {
            background: #efefef;
        }

    .stat small big u {
    }

    .stat small small big u,
    .stat small small small u {
        width: 36%;
        margin-left: 4%;
    }

    .stat big.stat-header,
    .stat small small small {
        background: #e9e9e9;
    }

        .stat small small small u {
            border-bottom: 1px solid #e9e9e9;
        }

    .stat big.stat-header {
    }

    .stat .loading,
    .stat .empty {
        padding: 50px 0;
        text-align: center;
        border-bottom: 1px solid silver;
    }