#inTestBody{
	background: #ffffff;
}
#testBody *{
	box-sizing: border-box;
}
#testBody{
	margin-top: -40px;
	overflow: hidden;
}
.mainCell{
	border: 0;
	padding-top: 25px;
}
.mainCell>form>table>tbody>tr>td{
	background: none;
	padding: 15px;
	width: 100% !important;
}
#testBody .instructionDisplay{
	height: 100% !important;
}
#testBody .instructionDisplay table{
	margin: auto !important;
}
#testTable >tbody>tr>td:nth-child(1),
#testTable >tbody>tr>td:nth-child(3){
	display: none;
}
#testTable form[name="testForm"]{
	max-width: 1300px;
	margin: auto;
	padding: 0 70px 70px;
	background: #A4EE90;
	position: relative;
}
#testTable form[name="testForm"]:before{
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	background: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 60px;
}
#testTable *{
	color: #000000;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	text-align: left;
}
#testTable form[name="testForm"]:after{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #ffffff;
	position: absolute;
	bottom: 60px;
	left: 0;
}
.instructionDisplay>table{
	width: 100%;
}
.formLabelCenter{
	color: #000;
	font-size: 27px !important;
	font-weight: 900;
	font-family: 'Anton', sans-serif !important;
	text-decoration: none;
	transform: translateY(30px);
}
.st-list{
	padding-left: 15px;
}
.st-list li{
	list-style: disc !important;
}
#testTable td{
	border: 0 !important;
}
#testTable .questionDisplay{
	height: 100% !important;
	display: block;
	min-height: 300px !important;
}
#testBody .titleBar{
	background: transparent;
	font-size: 23px;
	font-family: 'anton', sans-serif;
	background: #0373f3;
	color: #ffefbe;
	padding: 10px 0 5px;
}
#testBody>table>tbody>tr:nth-child(2) td{
	background: transparent !important;
}
#testBody>table>tbody>tr:nth-child(2) td br{
	display: none;
}
#testBody>table>tbody>tr:nth-child(3) >td> table:nth-child(1) td{
	height: unset;
	border: 0;
	background: #0373f3;
	color: #ffefbe;
}
#testBody>table>tbody>tr:nth-child(3) >td> table:nth-child(1)>tbody>tr>td{
	padding: 10px;
}
#testBody #maxLimitWarning br{
	display: none;
}
#testBody #maxLimitWarning td{
	background-color: unset !important;
	padding-top: 15px;
}
#testBody #maxLimitWarning b{
	font-size: 0;
	display: block;
	background: #ffefbe;
	padding: 5px;
}
#testBody #maxLimitWarning b:before{
	content: "You have reached the maximum number of attempts for this knowledge check and will need to contact the USTA Officiating team for further instructions.";
	font-size: 16px;
	display: block;
	max-width: 1400px;
}
#testBody #maxLimitWarning b:after{
	content: "Any additional attempts will be in preview mode only and responses will not be recorded in the LRC.";
	font-size: 16px;
	display: block;
	max-width: 1400px;
}
#testBody>table>tbody>tr:nth-child(3) >td> table:nth-child(1),
#testBody>table>tbody>tr:nth-child(2) td{
	/*   border: 0 !important; */
	background: #0373f3 !important;
}
#testBody .imageButton br,
#testBody .imageButtonOver br,
#testBody .imageButtonDown br{
	display: none;
}
#testBody .imageButton img,
#testBody .imageButtonOver img,
#testBody .imageButtonDown img{
	display: inline !important;
}
#testBody .imageButton,
#testBody .imageButtonOver,
#testBody .imageButtonDown{
	font-family: 'Inter', sans-serif !important;
	font-size: 16px;
	font-weight: 600 !important;
	color: #ffffff !important;
	background: #000000 !important;
	border-radius: 23px;
	padding: 7px 30px;
	transition: 0.3s ease-in-out;
	display: inline !important;
}
#testBody .imageButtonOver,
#testBody .imageButtonDown{
	background: #ffffff !important;
	color: #000000 !important;
}
.questionDisplay .grayBottomBorder{
	padding: 20px 10px;
}
.questionDisplay .grayBottomBorder table{
	margin-top: -15px;
}
a[onclick*="displayTestResults"]{
	background: #0373F3;
	padding: 10px 25px;
	color: #ffffff !important;
	font-weight: 500;
	font-size: 21px !important;
	font-family: 'anton', sans-serif !important;
	border-radius: 7px;
	transition: .2s ease-in-out;
}
a[onclick*="displayTestResults"]:hover{
	background: #ffffff;
	color: #0373F3 !important;
	transition: .2s ease-in-out;
}
.questionDisplay .grayBottomBorder td{
	vertical-align: top;
	padding-bottom: 7px;
}
.questionDisplay .grayBottomBorder td:first-child{
	padding-top: 1px !important;
}
.questionDisplay .grayBottomBorder td:nth-child(2){
	padding-left: 17px;
}
.questionDisplay .grayBottomBorder td input{
	margin-left: -17px;
	margin-right: 5px;
}