|  | 
| 11 | 11 | <table> | 
| 12 | 12 |   <thead> | 
| 13 | 13 |     <tr class = "columnLabelRow"> | 
| 14 |  | -      <th style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: bold;">Col. 1</th> | 
| 15 |  | -      <th style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: bold;">Col. 2</th> | 
| 16 |  | -      <th style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: bold;">Col. 3</th> | 
|  | 14 | +      <th style = "font-weight: bold; max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">Col. 1</th> | 
|  | 15 | +      <th style = "font-weight: bold; max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">Col. 2</th> | 
|  | 16 | +      <th style = "font-weight: bold; max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">Col. 3</th> | 
| 17 | 17 |     </tr> | 
| 18 | 18 |   </thead> | 
| 19 | 19 |   <tbody> | 
| 20 | 20 |     <tr class = "dataRow"> | 
| 21 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(1, 1)</td> | 
| 22 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(1, 2)</td> | 
| 23 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(1, 3)</td> | 
|  | 21 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(1, 1)</td> | 
|  | 22 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(1, 2)</td> | 
|  | 23 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(1, 3)</td> | 
| 24 | 24 |     </tr> | 
| 25 | 25 |     <tr class = "dataRow"> | 
| 26 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(2, 1)</td> | 
| 27 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(2, 2)</td> | 
| 28 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(2, 3)</td> | 
|  | 26 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(2, 1)</td> | 
|  | 27 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(2, 2)</td> | 
|  | 28 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(2, 3)</td> | 
| 29 | 29 |     </tr> | 
| 30 | 30 |     <tr class = "dataRow"> | 
| 31 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(3, 1)</td> | 
| 32 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(3, 2)</td> | 
| 33 |  | -      <td style = "text-align: right; max-width: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">(3, 3)</td> | 
|  | 31 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(3, 1)</td> | 
|  | 32 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(3, 2)</td> | 
|  | 33 | +      <td style = "max-width: 30px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap;">(3, 3)</td> | 
| 34 | 34 |     </tr> | 
| 35 | 35 |   </tbody> | 
| 36 | 36 | </table> | 
|  | 
0 commit comments