html, body {
  font-size:20px;
  min-width:800px;
  /*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{
	font-size: 15px;
}

#results{
	font-size: 15px;
}

.choicesHolder{
	width:100%;
}



.popupHolder {
  height:300px;
  width:250px;
}



/*====================*/

/*
.choices{
	width:50px;
	height:50px;
	margin:0px 5px;
}

.selected{
	border-radius:15px;
}
*/

.tableHolderA {
    width: 100%;
    height: auto;
    min-height: 73vh;
    margin: 1vh 0;
    text-align: center;
    position: relative;
    background-size: fit;
    background-position: center; !important;
    background-repeat: no-repeat;
    background-image: url(../Images/gif_bg/test3.png);
}
.tscplayer_inline {
	height:200px !important;
}


.paragraph_speechHolder{
	width:80%;
}

#playBtn{
	left: 15%;
}