table {
    margin-bottom:5px;
    border-collapse: collapse;
    width: 100%;
	font-size:12px;
}
td, th {
    padding:10px 4px;
    text-align: center;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}

th {
    /* background-color: #326ac0; */
    background-color: #78c0e6;
    font-weight: bold;
    color: #fff;
    /* white-space: nowrap; ²»ÕÛÐÐ*/
}

.even{
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

table.engT td{
	border:none;
	height:20px;
	line-height:20px;
	padding:0;
	text-align: left;
}
.gqi-footer .footer-wrap table.footer-table tr td{border:none;text-align: left;}
.gqi-footer .footer-wrap table.footer-table tr:hover{background: none;}