@charset "UTF-8";.module-table{max-width:100%;}.module-table table{width:auto;}.module-table table th,.module-table table td{font-family:var(--theme-font-family);font-weight:300;font-size:15rem;line-height:1.55;}.module-table table th::selection,.module-table table td::selection{background-color:var(--theme-color-action-accent-hover);}.module-table table thead th{color:var(--theme-color-text-on-dark);background:var(--theme-color-background-c);white-space:nowrap;}.module-table table thead th:first-child{border-top-left-radius:4rem;}.module-table table thead th:last-child{border-top-right-radius:4rem;}.module-table table tbody tr:nth-child(even){background:var(--theme-color-background-b);}.module-table table tbody tr:last-child td{border-bottom:1rem solid var(--theme-color-background-b);}.module-table table tbody tr:hover td{background:var(--theme-color-action-accent-hover);}.module-table table tbody tr td{-webkit-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out;}.module-table table tbody tr td:first-child{border-left:1rem solid var(--theme-color-background-b);}.module-table table tbody tr td:last-child{border-right:1rem solid var(--theme-color-background-b);}.module-table.is-style-narrow{width:var(--theme-layout-content-width-narrow);max-width:100%;}