#container {
    width: 700px;
    border-radius: 10px;
    background-color: transparent;
    /*#65655d;*/
    position: relative;
    top: 20px;
    bottom: 0;
    left: -3px;
    right: 0;
    margin: auto;
    /* border: 2px solid #65655d; */
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height: 87%;
    overflow-y: auto;
    background-color: darkslategray;
}

#main-selection {
    width: 50%;
}

.move {
    left: 50%;
}

#headLine {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.setWidth {
    width: 90px;
    margin-left: 20px;
}

.lineIt {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.subTitle {
    font-size: 18px;
    /* font-weight: bold; */
}

#lesson-name {
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: 20px;
    color: beige;
}

#display-lesson-info {
    padding-left: 50px;
    display: none;
}

.align-it {
    position: absolute;
    left: 300px;
}

#txtDescription {
    width: 300px;
    height: 100px;
}

#saveLesson {
    display: none;
}

#theLessonName {
    color: yellow;
    font-weight: bold;
}