.react-bs-table{
  margin-bottom: 37px;
}
.react-bs-table .table-header{
  height: 37px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(221, 221, 221);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(221, 221, 221);
}

.react-bs-table .table-header > table{
  table-layout: fixed;
  border-right-style: hidden;
  border-top-style: hidden;
}

.react-bs-table .table-header > table > thead > tr{
  border-bottom-style: hidden;
}

.react-bs-table .table-header > table > thead > tr > th .table-header-column{
  line-height: 25px
}

.react-bs-table .table-header > table > thead > tr > .sort-column{
  cursor: pointer;
}

.react-bs-table .table-container{
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}

.react-bs-table .table-container > table{
  margin-top: -18px;
  table-layout: fixed;
  margin-bottom: 0px;
}

.react-bs-container .tool-bar{
  margin-bottom: 5px
}
