hr {
  border-top: 1px solid #9e9e9e;
  margin-top: 35px;
}

.react-bs-table {
  margin: 0 !important;
}

.dataGridTable tr th:first-child {
  padding-left: 0px;
}

.navbar {
  margin-bottom: 0;
}


.react-bs-table table td, .react-bs-table table th {
    white-space: normal !important;
}

.table>tbody>tr>td
{
  border-top:none !important;
}