body {
    background-color: #cacaca;
}

.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #ebedf3;
}

.table-active, .table-active>td, .table-active>th {
    background-color: #caccd8;
}

.table td, .table th {
    border-top-color: #fefefe;
}

.table thead th {
    border-bottom-color: #fefefe;
}

.label.label-light {
    background-color: #ebedf3;
}

.table thead.bordered th {
    border-top-color: #ebedf3;
    border-bottom-color: #ebedf3;
}
