- thead {border-top:.5rem solid #09c;background:#cff}
- thead th {text-align:center}
- tbody {border-top:.5rem solid #09c;background:#cff}
- tbody td {margin:.5rem 0;padding:0 .5rem}
- tfoot {border-top:.5rem solid #09c;background:#cff}
- tfoot td {text-align:center}
- tfoot summary:after {display:none}
- tfoot summary::-webkit-details-marker {display:none}
+ table.header {border:.1rem solid #09c;text-align:center}
+ table.content {background:white;border:.1rem solid #09c;margin:.5rem 0}
+ table.footer {border:.1rem solid #09c;text-align:center;font-weight:bold}
+ table.footer summary:after {display:none}
+ table.footer summary::-webkit-details-marker {display:none}