jase
5/4/2018 - 9:40 AM

Styling the table

<style>
    table {
        width: 100%;
        background-color: whitesmoke;
    }

    tr {
        width: auto;
        padding: 7px;
    }

    th {
        background-color: #f1f1f1;
        text-align: left;
        padding: 7px;
        width: 50%;
    }
</style>