/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

/* 报表小计行 */
.subtotal {
	background-color: #CCFFFF;
}

/* 报表合计行 */
.total {
	background-color: #CCFFCC;
}

/* 表格表头居中 */
.table > thead > tr > th {
  text-align: center;
}