.custom-table__inner{overflow-x:auto}.custom-table table{background-color:var(--white);border:2px solid var(--color1);border-collapse:collapse;text-align:left}.custom-table table td,.custom-table table th{border:1px dotted var(--grey);padding:10px}.custom-table table tr:nth-child(2n){background:var(--grey)}.custom-table table tr:nth-child(2n) td{border:1px dotted var(--white)}.custom-table table thead{background:var(--color1);border-bottom:2px solid var(--color1)}.custom-table table thead th{border-left:2px dotted var(--grey);color:var(--white);font-size:1.1;font-weight:700;line-height:1.2;text-align:left}.custom-table table thead th:first-child{border-left:none}.custom-table table td :first-child{margin-top:0}.custom-table table td :last-child{margin-bottom:0}.custom-table table td[style="text-align: center;"] img{margin:auto}