table               { border-collapse: collapse; width: 100%;}
td,th                  { border: 2px solid #ccc; padding: 3px; }

.sticky {
    background-color: yellow;
    position: sticky;
    top: 0;
}

.slim               { width: 20px; }
.hover              { background-color: green; }