.table-container{overflow:scroll}table{background-color:var(--white);border-collapse:collapse;margin:30px 0 0;overflow:hidden;width:100%}td,th{border-right:1px solid var(--indigo);padding:8px 12px!important;text-align:left}th{background-color:var(--indigo);color:var(--white)}tr{border:.5px solid #000}tr td:first-of-type{font-weight:700}tr:nth-child(2n){background-color:var(--white)}tr:nth-child(odd){background-color:var(--lightGray)}.contrast-columns table tr:first-of-type th:first-of-type{background-color:var(--white);color:var(--indigo)}.contrast-columns table tr:first-of-type th:last-of-type{background-color:var(--pink)}.contrast-columns th+td+td,.contrast-columns tr td:first-child{background-color:var(--white)!important}.contrast-columns th+td+td,.contrast-columns tr td:nth-of-type(2n){background-color:var(--lightGray)!important}.contrast-columns th+td+td,.contrast-columns tr td:last-of-type{background-color:var(--lightPink)!important}.contrast-columns.first-column table tr:first-of-type th:first-of-type{background-color:var(--pink);color:var(--white)}.contrast-columns.first-column table tr:first-of-type th:last-of-type{background-color:var(--indigo)}.contrast-columns.first-column th+td+td,.contrast-columns.first-column tr td:nth-of-type(2n){background-color:var(--lightGray)!important}.contrast-columns.first-column th+td+td,.contrast-columns.first-column tr td:first-of-type{background-color:var(--lightPink)!important}.contrast-columns.first-column th+td+td,.contrast-columns.first-column tr td:nth-of-type(3n){background-color:inherit!important}.contrast-columns.second-column table tr:first-of-type th:nth-of-type(2){background-color:var(--pink);color:var(--white)}.contrast-columns.second-column table tr:first-of-type th:last-of-type{background-color:var(--indigo);color:var(--white)}.contrast-columns.second-column th+td+td,.contrast-columns.second-column tr td:nth-of-type(2n){background-color:var(--lightGray)!important}.contrast-columns.second-column th+td+td,.contrast-columns.second-column tr td:nth-of-type(2){background-color:var(--lightPink)!important}.contrast-columns.second-column th+td+td,.contrast-columns.second-column tr td:last-of-type{background-color:inherit!important}