.table {
  width:100%;
  white-space:nowrap;
}
.table td {
  padding: 5px;
}
.table th {
  padding: 5px;
}

.gap {
  gap: 10px;
}
.right_col {
  min-height: calc(100vh - 40px);
}