.title {
}

.uurnummer {
    width: 5%;  
}

.lesuur {
    width: 13%;
}

.tijdstip {
    width: 8%;
}

td > .lesuur {
    font-weight: 700 !important;
}

.klas {
    width: 12%;
}

.vak {
    width: 12%;
}

.afwezig {
    width: 12%;
}

.vervanger {
    width: 12%;
}

.lokaal {
    width: 12%;
}

.type {
    width: 12%;
}

.commentaar {
    width: 14%
}

.geenvervanging {
    text-decoration: line-through;
}

table {
    font-size: 2rem;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#table-scroll-container {
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    border: 1px solid #dee2e6;
}
    
h1.title {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px 0;
    margin-bottom: 0;
}
    
#table-scroll-container thead {
    position: sticky;
    top: 0;
    z-index: 5;
}
    
#table-scroll-container thead th {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.content-wrapper {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#table-scroll-container {
  overflow-y: auto;
  overflow-x: auto;
  position: relative;
  border: 1px solid #dee2e6;
  flex: 1;
}

.footer {
      position: sticky;
      bottom: 0;
      background: white;
      padding: 10px;
      border-top: 1px solid #dee2e6;
      text-align: center;
      z-index: 10;
}
                    