﻿#statistics_title {
    font-size: 18px;
    text-align:center;
    margin:10px;
}

    div.head-top {
    padding: 10px 20px 0px 20px;
    border-bottom: 1px solid #666666;
    margin: 0px 20px 10px 20px;
    }

    .LabelHeadTop {
     background: url(../Img/HeadBColor.png)bottom repeat-x;
     font-size: 20px;
     font-weight: bold;
    }

     .dvtb
    {
        display:  table;
        width:auto;
        border:1px solid #d1d1d1;
        margin: 15px auto;
    }
    .dvth {
        background: #159c96;
        color: #ffffff;
    }
    .dvrw
    {
       display:table-row;
       width:auto;
    }

    .dvcell  
    {
    display: table-cell;
    width: 150px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    line-height: 40px;
    }

    .st_type
    {
        width:150px;
    }


    .spr
    {
        width: 100%;
        border: 1px solid #d1d1d1;
        font-size: 16px;
        background: #fff9db;
        line-height: 30px;
        padding-left: 4px;
    }

    .total {
        background: #ffee21;
    }