#uploadTitle, #uploadInstructions{
    padding-left: 20px;
    margin-bottom: 15px;
}

#txtUploadTitle, #txtUploadInstruction{
    margin-left: 20px;
    width:450px;

}

#uploadList{
    display: flex;
    flex-direction: column;
    background-color: lightgreen;
    width:650px;
    margin: 20px auto;
    border-radius: 20px;
    padding: 20px 0px;
}

#uploadHeader{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: darkslateblue;
}

#txtUploadData{
    width:600px;
    height:550px;
    margin:0 auto;
    background-color: antiquewhite;
    font-size: 18px;
    padding:10px;
    margin-top:20px;
}

#uploadNav{
    width:400px;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
    margin-top: 20px;
    
}

.exercise-tables {
    width: 90%;
}

.exercise-tables td {
    padding-left: 20px;
}

/* #actions {
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 0;
}

#actions button {
    margin: 0 20px 0 20px;
} */

.clsExerciseSubHeading {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}



.clsSeperate {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

.clsExerciseSection {
    padding-left: 100px;
}

.clsExerciseSeperator {
    border: 1px solid black;
    border-radius: 20px;
    margin-bottom: 20px;
}

.clsInstructionFlex {
    display: flex;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.clsExerciseTitle {
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;

    opacity: 1;
    position: static;
    background-color: FloralWhite;
    width: 80%;
    border: 1px solid black;
    border-radius: 3px;
    padding: 10px 0 10px 10px;
    cursor: pointer;

}


.clsExerciseInstruction {
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    opacity: 1;
    position: static;
    background-color: FloralWhite;
    width: 80%;
    border: 1px solid black;
    border-radius: 3px;
    padding: 10px 0 10px 10px;
    cursor: pointer;

    /* padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    width: 75%; */

}

.clsExampleFlex {
    display: flex;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.clsText {
    font-size: 17px;
    font-weight: bold;
    padding-right: 20px;
}

.clsExerciseExample {
    padding-left: 20px;
    font-size: 30px;
    /* font-weight:bold; */
    opacity: 1;
    position: static;
    background-color: FloralWhite;
    width: 1100px;
    border: 1px solid black;
    border-radius: 3px;
    padding: 10px 0 10px 10px;
    cursor: pointer;
}

.clsAddQuestionAnswerButton {
    text-align: center;
    margin-bottom: 15px;
}

.clsQA-subheading {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.clsSubheading {
    font-size: 20px;
    color: DarkSlateBlue;
    font-weight: bold;
}

.clsExerciseRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px 0 10px;
}

.clsExerciseAnswer,
.clsExerciseQuestion {
    background-color: HoneyDew;
    width: 95%;
    height: 40px;
    border: .10px solid #ccc;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    border-radius: 6px;
    margin-bottom: 5px;
    cursor: pointer;
}

.clsExerciseNumber {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: darkblue;
}


