Source code file: HideTableCells/app/assets/stylesheets/test.scss:
* { font: bold 120% Helvetica;
background-color: silver;
color: maroon; }
tr { text-align: right; }
td { border: maroon solid 2px;
padding: 10px; }
table { border-collapse: collapse; }
button { width: 3in; }