table.stacktable.table-striped tbody tr:nth-child(even) th, 
table.table-stack.table-striped tbody tr:nth-child(even) td {
    background-color: #FAFAFA;
}

table.stacktable.table-striped tbody tr th, 
table.table-stack.table-striped tbody tr td {
    border-bottom: 1px solid #E0E0E0;
}

table {
    border-top: 2px solid #E0E0E0 !important;
    border-bottom: 2px solid #B3B3B3 !important;
}

table.stacktable tr:first-child, table.table-stack tr:first-child,
table.stacktable tr th.st-head-row, table.table-stack tr th.st-head-row {
    border-bottom: 2px solid #6F6F6F !important;
}

@media (max-width: 639px) {
    table.stacktable tr td.st-key, 
    table.stacktable tr th.st-key, 
    table.table-stack tr td.st-key, 
    table.table-stack tr th.st-key {
        background-color: #FAFAFA !important;
    }

    table.stacktable tr th.st-head-row, table.table-stack tr th.st-head-row,
    table.stacktable tr:nth-child(2) th.st-head-row, 
    table.table-stack tr:nth-child(2) th.st-head-row {
        border-top: 2px solid #E0E0E0 !important;
    }

    table.stacktable tr th.st-head-row, table.table-stack tr th.st-head-row {
        padding: 15px;
    }
}