.table-module table{margin-bottom:0}.table-module table thead th{background-color:var(--background-head-color);border-bottom:none;color:var(--text-head-color);font-family:Avenir;font-size:15px;font-weight:900;min-width:200px}.table-module table tbody td{color:var(--text-body-color);font-size:20px;min-width:200px;padding:20px 15px;vertical-align:middle}.table-module table tbody td .division{align-items:center;display:flex;justify-content:center;min-width:350px}.table-module table tbody td .division .fraction{display:flex;flex-direction:column}.table-module table tbody td .division .fraction .num-top{border-bottom:1px solid #161618;padding-bottom:5px}.table-module table tbody td .division .fraction .num-bot{padding-top:5px}.table-module table tbody td .division .asterix{padding:0 10px}.table-module table.fixed{table-layout:fixed}.table-module table.table-bordered,.table-module table.table-bordered td,.table-module table.table-bordered th{border-color:var(--border-color)}.table-module table.active-color.striped tbody tr:nth-child(odd){background-color:var(--active-color)}