* { box-sizing: border-box; margin: 0em; padding: 4px; font-size: 10pt; font-family: sans-serif; color: #333; /* background: lightgray; */ } .content { margin: 8px 8px; } .table-list { list-style: none; } h1 { font-size: 1.5em; } nav { border-bottom: solid 3px #ccc; } a { color: green; text-decoration: none; } a:hover { text-decoration: underline; } a.admin-link { font-size: 0.65rem; } table#home-summary-table { margin-top: 1.2em; /* background: white; */ table-layout: fixed; width: 100%; border-collapse: collapse; border: 2px solid gray; } table#home-summary-table td { /* background: white; */ border: 1px solid gray; } /* table#home-summary-table a, */ /* table#home-summary-table ul */ /* { */ /* background: white; */ /* } */ table#home-summary-table thead th:nth-child(1) { width: 10%; } /* If we want stripes... */ /* tbody tr:nth-child(odd) { */ /* background-color: rgb(0 0 0 / 5%); */ /* } */ /* table#home-summary-table thead th:nth-child(2) { */ /* width: 6%; */ /* } */ /* table#home-summary-table thead th:nth-child(4) { */ /* width: 10%; */ /* } */ /* table#home-summary-table thead th:nth-child(5) { */ /* width: 10%; */ /* } */ /* table#home-summary-table thead th:nth-child(6) { */ /* width: 5%; */ /* } */ /* table#home-summary-table thead th:nth-child(7) { */ /* width: 5%; */ /* } */ table#home-summary-table th { /* border: solid 2px #ccc; */ /* background: lightgray; */ /* background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%)); */ /* font-weight: unset; */ letter-spacing: 1px; text-align: left; } /* table#home-summary-table li */ /* { */ /* background: white; */ /* } */