This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table td.rowCell { | |
text-align: center !important; | |
vertical-align: middle !important; | |
} | |
table td.rowCell.measure.nonNumeric { | |
text-align: center !important; | |
} | |
table td.rowCell * { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table th, | |
table td { | |
text-align: center !important; | |
vertical-align: middle !important; | |
} | |
table th * { | |
text-align: center !important; | |
justify-content: center !important; | |
} |