	table.pvtTable .pvtAxisLabel.expanded {
	    cursor: zoom-out !important;
    }
    table.pvtTable .pvtAxisLabel.collapsed {
	    cursor: zoom-in !important;
    }
	table.pvtTable thead tr th.pvtColLabel.colexpanded {
	    cursor: zoom-out !important;
    }
    table.pvtTable thead tr th.pvtColLabel.colcollapsed {
	    cursor: zoom-in !important;
    }

    /*
    *
    * IMPORTANT: Please do not remove the lines below this point
    *
    */
    table.pvtTable tr .rowhide {
        display: none;
    }

    table.pvtTable tr .colhide {
        display: none;
    }

