    .alttable tr:nth-child(2n) { background: #CCC }
    .alttable tr:nth-child(2n+1) { background: #FFF }
    .alttable th { width: 19% }
    .alttable td { padding: 8px }
    .alttable table { margin-bottom: 10px }
    #awards table { width: 100%; border-collapse: collapse; margin-bottom: 8px }
    #awards td,th { border: 1px solid black; padding: 8px; text-align: left }
    #awards th { background-color: #767449; color: white }