@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');

.container {
  max-width: 800px;
  margin: 20px auto;
}

table {
  table-layout: fixed;
  width: 100%;
}

.table-striped {
  margin-bottom: 5px;
}

#fixed-block {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
