.table-responsive {

  height: 300px;

}

#cont {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

/* Word wrapping for long words and URLs */
.lesson-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.lesson-content p,
.lesson-content li,
.lesson-content td,
.lesson-content a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.lesson-content code {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}


/* Sticky sidebar container - keeps both cards together */
.sidebar-sticky {
    position: sticky;
    top: 0;
    z-index: 10;
    height: fit-content;
}




