b, strong{
	font-weight: 700;
	font-family: Arial, "Arial", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
}



/* Table 2 Style */
table.table2{
    font-family: Arial, "Arial", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 2.2em;
    border-collapse:collapse;
    text-align:center;
}
.table2 thead th, .table2 tfoot td{
    padding:  2px 0px 5px 5px; /*20px 10px 40px 10px;*/
    color:#fff;
    font-size: 21px;/*26px;*/
    background-color: #3e62e0; /*#222;*/
    font-weight:normal;
    border-right:1px dotted #666;
    /**border-top:3px solid #666;*/
    -moz-box-shadow:0px -1px 4px #000;
    -webkit-box-shadow:0px -1px 4px #000;
    box-shadow:0px -1px 4px #000;
    text-shadow:1px 1px 1px #000;
	font-family: Arial, "Arial", "KaiTi", "楷体", STKaiti, "华文楷体", serif
}
.table2 tfoot th{
    padding:10px;
    font-size:18px;
    text-transform:uppercase;
    color:#888;
}
.table2 tfoot td{
    font-size:36px;
    color:#EF870E;
    border-top:none;
    border-bottom:3px solid #666;
    -moz-box-shadow:0px 1px 4px #000;
    -webkit-box-shadow:0px 1px 4px #000;
    box-shadow:0px 1px 4px #000;
}
.table2 thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.table2 thead :nth-last-child(1){
   /* border-right:none;*/
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
    border:none;
}
.table2 tbody th{
    text-align:left;
    padding:10px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#f9f9f9;
}
.table2 tbody td{
    padding:2px;
    background-color:#f0f0f0;
    border:1px dotted #999  !important;
    /**text-shadow:-1px 1px 1px #fff;
    text-transform:uppercase;**/
    color:#333;
}
.table2 tbody span.check::before{
    content : url(../images/check1.png)
}


