/* Created by Content Blocks */
table.display.dataTable {

    th {
        padding: 0.35rem;
    }

    td {
        border-bottom: 1px solid #c2c6c9;
        padding: 0.15rem 0.35rem;
        vertical-align: top;
    }

    tr:last-of-type {

        td {
            border: none;
        }
    }
}
