        /* animatedStatistic, used in Annual Report statistic detail view */
        div.animatedStatistic {
            background: #cbcbcb; /* Old browsers */
            background: -moz-linear-gradient(top, #f3f3f3 0%, #cbcbcb 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f3f3f3 0%, #cbcbcb 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f3f3f3 0%,#cbcbcb 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f3f3f3 0%,#cbcbcb 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f3f3f3 0%,#cbcbcb 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
            position: relative;
            width: 63.417em;
        }
        div.animatedStatistic h2 {
            font-size: 1.6em;
            line-height: 0.85em;
            color: #0e2034;
            padding: 1.05em 1.05em 0.5em 1.05em;
            margin: 0;
        }
        div.animatedStatistic p {
            /* inherit other default styling */
            padding-left: 1.667em;
            padding-right: 1.667em;
            font-size: 1.1em;
            line-height: 1.25em;
        }