.gsqlpivot .bars_canvas div b, .gsqlpivot .bars_canvas div {
	font-size: 12px;
	line-height: 13px;
} 
/*
.gsqlpivot .item_label_td {
	width: calc(100% - 50px);
}


.gsqlpivot .item_label {
	font-size: 0;
}

.gsqlpivot .item_label::after {
	content: attr(title);
	white-space: nowrap;
	display: inline-block;
	font-size: 11px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: 2px;
}

.gsqlpivot {
	width: 1360px !important;
}

.gsqlpivot .search {
	width: 300px !important;
}

.gsqlpivot .td_search {
	width: 305px;
}
*/