
    .alttable tr:nth-child(2n) {
        background: #CCC
    }

    .alttable tr:nth-child(2n+1) {
        background: #FFF
    }

    .alttable td {
        padding: 8px
    }

    .alttable table {
        margin-bottom: 10px
    }

    td,
    th {
        border: 1px solid black;
        padding: 8px;
        text-align: left
    }

    th {
        background-color: #767449;
        color: white
    }
