.sidepanel-tab-content, .sidepanel-content {
  width: 100%;
}

.table-scroll {

  tbody tr,
  thead tr {
    display: grid;
    grid-template-columns: 2fr 9fr 1fr;
  }

  .scndrow {
    display: grid;
    grid-template-columns: 10fr 1fr;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  tbody {
    height: calc(100vh - 190px);
    width: 100%;
    overflow-y: auto;
    display: block;
  }

  td,
  th {
    font-size: 12px;
    text-align: left;
  }
}
