﻿/* Align all pivot row label cells to the top */
.pvtRowLabel,
.pvtSubtotalRowLabel,
.pvtTotalLabel {
    vertical-align: top !important;
}
