  @charset "utf-8";
/* CSS Document */

.xj_chart_table {
    border-left: 1px solid #ccc;
    width: 100%;
    text-align: right;
    border-top: 1px solid #ccc;
}
.xj_chart_table td {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.xj_chart_table .xj_chart_header {
    background-color: #eee;
    text-align: left;
}
.xj_chart_table .xj_chart_header{
    background-color: #e0ecfa;
    width: 25%;
    font-weight: 700;
    text-align: left;
	white-space: nowrap;
}

.xj_chart_table tbody > tr:nth-of-type(1) > .xj_chart_header {
    background-color: #eee;
    text-align:center;
	width:15%;
	font-weight:normal;
}
.columns__column .xj_chart_table td{ padding:5px;}
.columns__column .xj_chart_table .xj_chart_header {
    background-color: #e0ecfa;
    width: 8%;
    font-weight: 700;
    text-align: center;
}
.columns__column .xj_chart_table tbody > tr:nth-of-type(1) > .xj_chart_header {
	width:18.4%;
	text-align: center;

}