
/* Mysetting */
table tr{border:1px solid #037ef3;}/* 標題列顏色 */
table tr,table th,table td{border-bottom:1px solid #037ef3;}/* 外框顏色 */
table th{background:#037ef3;}/* 標題列背景色 */
table th{color:#ffffff;text-transform:uppercase}
table.bt tfoot th:before,table.bt tfoot td:before,table.bt tbody td:before{background:#037ef3;color:white;}

/* 內容顏色與大小 */
.tabletext1{
font-size:1.2em;
font-weight: bold;
color:#000;
line-height: 1.2em;
font-family: "Microsoft JhengHei";
}


.tabletext2{
    font-size:1.1em;
    color:#333;
    line-height: 1.2em;
	font-family: "Microsoft JhengHei";
    }

.tabletext3{
    font-size:1em;
    font-weight: bold;
    color:#999;
    line-height: 1.2em;
    font-family: "Microsoft JhengHei";
    }

    
@media only screen and (min-width: 768px) {
    /* tbale 每一列高度 桌機時*/
   table td{height:30px;}
   table th{height:10px;}
   
    }