01 table {
02   background-color: #ffeda0;
03   border-collapse: collapse;
04   border: none;
05 }
06 thead {
07   background-color: #f3c600;
08 }
09 tfoot {
10   background-color: "red";
11   font-size: 80%;
12   border-top: 1px solid #999;
13 }
14 td, th {
15   text-align: left;
16   padding: 0.5em 1em;
17 }