﻿.footable-details.table-striped > tbody > tr:nth-child(odd) > td,
.footable-details.table-striped > tbody > tr:nth-child(odd) > th,
.footable-details.table-striped > tbody > tr:nth-child(even) > td,
.footable-details.table-striped > tbody > tr:nth-child(even) > th {
    background-color: whitesmoke !important;
    border: 0 !important;
}
.footable-detail-row > td {
    background-color: whitesmoke !important;
}