#TestInput{
    width:100%
}
#Submit{
    color:white
}
.TheNewReportTable{
    display: none;
    width: fit-content;
}
#theCode{
    width:95%;
    height: 150px;
}
#standAloneAvatar{
  z-index: 10000000;
  position: absolute;
  right: 0px;;
  display: none;
  bottom:100px;
  padding: 5px;
  width: fit-content;
  height: fit-content
}

#ConfigureDiscussion{
    z-index: 10000000;
    position: absolute;
    background-color:transparent;
    display: none;
    top:100px;
    padding: 5px;
    width: 500px;
    left:50%;
    margin-left: -250px;
    height: fit-content;
  }
#TheAvatar{
    background-color: transparent;
}

#theSelection{
    display: none;
}