/*Styles added in order to override styling from wet-boews default theme*/
summary {
  display: block !important;
}

/*striped table color back to white*/
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody,
table.dataTable tfoot td, table.dataTable tfoot th,
table.dataTable thead td, table.dataTable thead th,
table.dataTable.no-footer {
  border-bottom: 1px solid #b7b7b7 !important;
}
