.table, .content table, .mce-content-body table {width: 100%;margin-bottom: 1.1111111111rem;color: var(--table-color);background-color: var(--table-bg); } .table th, .content table th, .mce-content-body table th, .table td, .content table td, .mce-content-body table td {padding: 0.75rem;vertical-align: top;border-top: 1px solid var(--table-border-color); } .table thead th, .content table thead th, .mce-content-body table thead th {vertical-align: bottom;border-bottom: 2px solid var(--table-border-color); } .table tbody + tbody, .content table tbody + tbody, .mce-content-body table tbody + tbody {border-top: 2px solid var(--table-border-color); } .table-sm th, .table-sm td {padding: 0.3rem; } .table-bordered, .content table, .mce-content-body table {border: 1px solid var(--table-border-color); } .table-bordered th, .content table th, .mce-content-body table th, .table-bordered td, .content table td, .mce-content-body table td {border: 1px solid var(--table-border-color); } .table-bordered thead th, .content table thead th, .mce-content-body table thead th, .table-bordered thead td, .content table thead td, .mce-content-body table thead td {border-bottom-width: 2px; } .table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {border: 0; } .table-striped tbody tr:nth-of-type(odd), .content table tbody tr:nth-of-type(odd), .mce-content-body table tbody tr:nth-of-type(odd) {background-color: var(--table-accent-bg); } .table-hover tbody tr:hover {color: var(--table-hover-color);background-color: var(--table-hover-bg); } .table .thead-dark th, .content table .thead-dark th, .mce-content-body table .thead-dark th {color: var(--white);background-color: var(--table-dark-bg);border-color: var(--table-dark-border-color); } .table .thead-light th, .content table .thead-light th, .mce-content-body table .thead-light th {color: var(--gray-700);background-color: var(--gray-200);border-color: var(--table-border-color); } .table-dark {color: var(--white);background-color: var(--table-dark-bg); } .table-dark th, .table-dark td, .table-dark thead th {border-color: var(--table-dark-border-color); } .table-dark.table-bordered, .content table.table-dark, .mce-content-body table.table-dark {border: 0; } .table-dark.table-striped tbody tr:nth-of-type(odd), .content table.table-dark tbody tr:nth-of-type(odd), .mce-content-body table.table-dark tbody tr:nth-of-type(odd) {background-color: rgba(var(--white), 0.05); } .table-dark.table-hover tbody tr:hover {color: var(--white);background-color: rgba(var(--white), 0.075); } @media (max-width: 318.98px) {.table-responsive-xs {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-xs > .table-bordered, .content .table-responsive-xs > table, .mce-content-body .table-responsive-xs > table {border: 0;} } @media (max-width: 575.98px) {.table-responsive-sm {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-sm > .table-bordered, .content .table-responsive-sm > table, .mce-content-body .table-responsive-sm > table {border: 0;} } @media (max-width: 767.98px) {.table-responsive-md {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-md > .table-bordered, .content .table-responsive-md > table, .mce-content-body .table-responsive-md > table {border: 0;} } @media (max-width: 991.98px) {.table-responsive-lg {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-lg > .table-bordered, .content .table-responsive-lg > table, .mce-content-body .table-responsive-lg > table {border: 0;} } @media (max-width: 1469.98px) {.table-responsive-xl {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-xl > .table-bordered, .content .table-responsive-xl > table, .mce-content-body .table-responsive-xl > table {border: 0;} } @media (max-width: 1919.98px) {.table-responsive-xxl {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-xxl > .table-bordered, .content .table-responsive-xxl > table, .mce-content-body .table-responsive-xxl > table {border: 0;} } .table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch; } .table-responsive > .table-bordered, .content .table-responsive > table, .mce-content-body .table-responsive > table {border: 0; } .table th.th, .content table th.th, .mce-content-body table th.th, .table td.th, .content table td.th, .mce-content-body table td.th {background: var(--table-accent-bg); } .table th.indent, .content table th.indent, .mce-content-body table th.indent, .table td.indent, .content table td.indent, .mce-content-body table td.indent {padding-left: 1.6666666667rem; } .table th.w-13, .content table th.w-13, .mce-content-body table th.w-13, .table td.w-13, .content table td.w-13, .mce-content-body table td.w-13 {width: 13%; } 