html, body {
  font-size:18px;
  min-width:300px;  
  /*border:1px blue solid;*/
}
.header{
  background-image:url(../Images/whiteBG.png);
  margin-bottom:10px;
}
.content2{
  width: 85%;
  height:83%;
  
}
.imageHolder{
  width:300px;
  margin:0px auto;
}
#submitBtn, #retakeBtn, #NextPage, #PrevPage{
  font-size: 15px;
  margin-bottom: 20px;
}
#results{
  font-size: 15px;
}
.choicesHolder{
  width:100%;
}
.popupHolder {
  height:350px;
  width:250px;
}
#highscorefeedBack{
  margin-top:15px;
}
/*====================*/

#activitySubject{
  width: 100%;  
  max-width:150px;
  overflow:hidden; 
  white-space:nowrap; 
  text-overflow: ellipsis;
}
#recordedHighScoreHolder{
  overflow:hidden; 
  white-space:nowrap; 
}

.inline-question {
    flex-wrap: nowrap;

}

.inline-question .choices {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    width: auto; min-width:150px;
    height:auto; min-height: 30px;
    font-family: "Avgardn";
    font-size: 18px;
    border-radius: 20px !important;
    background-color: white;
    border-radius: 4px;
    padding-left: 15px !important;
    margin: 8px 20px 0 0;
    cursor: pointer;
}

.qtext {
	width: 95%; max-width: 350px; min-width: none;
	
}
.marks {
    flex-shrink: 0; 
    width: 30px;             
    height: auto; min-height: 30px;    
    
    position: relative; top: -6px;
  
    background-size: contain;
    background-repeat: no-repeat;
}


.contentWrapper{
    overflow-x: hidden;
}

.choices-container {
	margin-top: 20px;
	display: flex;
    flex-direction: column;
    flex: 1;
}

.textHolder{
    width: 100%;
    margin: 20px 0; 
    font-size: 20px;
  }

    .inline-question .choices {

        text-align: left;
    }

    #buttons{
	width: 220px;
}

#clearBtn {
    margin-bottom: 20px;
}


.instruction-list {
    margin-left: -15px !important;
    margin-top: -3px;
}

.textHeader{
	text-align: center;
	font-size: 26px;
	margin-bottom: 10px;
}

.title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.author {
    font-size: 16px;
}

.textBody {
  font-size: 18px;
}

.letter {
    width: 80%;

    padding: 20px;
    margin: 0px auto;
}

.letterbody {
    margin-left: 0px;
    margin-right: 0px;
}


#choices-container5{
	margin-top: 20px;
	display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0px;
}

#item5A, #item5B, #item5C{
	width: 80px;
	height: auto;
	min-width: unset;min-height: unset;
	padding-left: 15px !important
}