table.customTable{width:100%;border-collapse:collapse}
table.customTable tr.addOddColor:nth-child(odd){background-color:var(--oddRowColor)}
table.customTable tr.addEvenColor:nth-child(even){background-color:var(--evenRowColor)}
table.customTable th{font-size:16px;font-weight:700;line-height:18px;padding:9px}
table.customTable th p:last-child{margin-bottom:0}
table.customTable td h2,table.customTable td h3,table.customTable td h4,table.customTable td h5,table.customTable td h6{display:block;font-size:16px;line-height:25px;font-weight:bold}
table.customTable td h2 span,table.customTable td h3 span,table.customTable td h4 span,table.customTable td h5 span,table.customTable td h6 span{display:block;font-size:16px;line-height:20px;font-weight:400}
table.customTable td p:last-child{margin-bottom:0}
table.customTable th,table.customTable td{padding:15px 12px;text-align:left}
table.customTable th.t-center,table.customTable td.t-center{text-align:center}
table.customTable th.t-right,table.customTable td.t-right{text-align:right}