.rsssl-vulnerabilities_overview div[data-column-id="4"].rdt_TableCol {
  display: block;
}
.rsssl-vulnerabilities_overview .rdt_TableCell:last-child {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 20px;
  margin-right: 0;
}/*# sourceMappingURL=datatable.css.map */t_TableCol_Sortable {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rsssl-datatable-component .rdt_TableCol:first-child, .rsssl-datatable-component .rdt_TableCell:first-child {
  min-width: initial;
}
.rsssl-datatable-component .rdt_TableHeadRow .rdt_TableCol:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-width: initial;
}
.rsssl-datatable-component .rdt_TableRow {
  padding: var(--rsp-spacing-xs) 0;
}
.rsssl-datatable-component .rdt_TableRow:nth-child(odd) {
  background-color: var(--rsp-grey-200);
}
.rsssl-datatable-component .rdt_TableRow .rdt_TableCell:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.rsssl-datatable-component nav.rdt_Pagination > div > svg {
  display: none !important;
}
.rsssl-datatable-component .rsssl-container {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}/*# sourceMappingURL=DataTable.css.map */