@media not screen and (min-width:768px){.table{overflow-x:scroll}}.table table{border-spacing:0;min-width:600px;width:100%}.table table thead tr{vertical-align:top}.table table thead tr th{background-color:var(--heading-bg-color);border-right:1px solid hsla(0,0%,100%,.2);color:var(--table-heading-color);font-size:18px;font-weight:400;padding:15px 20px;text-align:left;width:calc(100%/var(--cells))}.table table thead tr th:last-of-type{border-right:none}.table table tbody tr td{border-bottom:1px solid rgba(22,32,40,.2);border-right:1px solid rgba(22,32,40,.2);color:var(--table-body-color);font-size:16px;padding:15px 20px;text-align:left}.table table tbody tr td:first-of-type{border-left:1px solid rgba(22,32,40,.2)}.table table tbody tr td:nth-child(odd){background-color:var(--odd-col-bg-color)}.table table tbody tr td:nth-child(2n){background-color:var(--even-col-bg-color)}