body { font-family: sans-serif; } a { color: blue; } table { border-collapse: collapse; } tr:first-child { border-bottom: 1px solid black; } tr.new-month { border-top: 1px dotted #888; } tr.expired { color: #888; } tr.current { color: red; } tr.current .description { color: initial; } th, td { padding-right: 1em; text-align: left; vertical-align: top; } td { font-size: 90%; } td.large { font-size: initial; } .description { font-size: 85%; } .filtered-keyword { color: gray; } #keyword-filters { column-width: 20em; } .title-link { cursor: pointer; }