/*
Styling for the main home pages.  The interactive forms use a different sheet
*/

body {

}

.small {

}

li {

}

p {

}

td {

}

table, tr, th, td, tbody {

}

table {

}

.datatable td, .datatable th {

}

.panel-rea {
    border-color: #4a2802;
}
.panel-rea > .panel-heading {
    color: #fff;
    background-color: #4a2802;
    border-color: #4a2802;
}
.panel-rea > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-rea > .panel-heading .badge {
    color: #4a2802;
    background-color: #fff;
}
.panel-rea > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4a2802;
}