﻿

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #eae1a6;
}

.table thead {
    background-color: #757053;
    color: #FFF;
}

.form-control {
    background-color: #FAFAD2;
}
.config-pane.fade:not(.show) {
    display: none;
}