		* { box-sizing: border-box; }

		body {
			background-color: #dddddd;
		}

		#bodyDiv {
			margin:30px;
			padding: 20px;
			background-color: #ffffff66;
			border-radius: 10px;
      width:100%;
		}
	
		a {
			color:#0ba1ab;
		}
		a:hover {
			color:#2fc590;
		}
		img {
			width:400px;
			border: solid 1px #000000;
		}
		.myButton {
			box-shadow:inset 0px 2px 5px 1px #ffffff;
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			background-color:#cdcdcd;
			border-radius:6px;
			border:1px solid #b7b7b7;
			display:inline-block;
			cursor:pointer;
			color:#666666;
			font-family:Arial;
			font-size:15px;
			font-weight:bold;
			padding:12px 41px;
			text-decoration:none;
			text-shadow:0px 1px 0px #ffffff;
			line-height: 1.2;
			margin-bottom: 15px;
		}
		.myButton:hover {
			background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
			background-color:#e9e9e9;
			color:#5d9767;
		}
		.myButton:active {
			position:relative;
			top:1px;
		}

		.myInputTextLabel {
			padding:0px;
			padding-left: 5px;
			line-height: 1.2;
			font-size: small;
		}

		.myInputText {
			background:#fdfdfd;
			font-size: 18px;
			color: #333;
			line-height: 1.2;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 25px;
			padding-right: 25px;
			border-radius: 5px;
			border: 1px solid;
			border-color: #c4c4c4;
			margin-bottom: 15px;			
		}

		.myInputText:focus {
			background:#ffffff;
		}

		.myInputText[disabled] {
			background-color: #e1e1e1;
			cursor: not-allowed;
		}

		.mySliderLabel {
			padding:0px;
			padding-left: 5px;
			line-height: 1.2;
			font-size: small;
		}


		.mySlider {
			-webkit-appearance: none;
			width:200px;
			height: 15px;
			border-radius: 5px;	 
			background: #d3d3d3;
			outline: none;
			opacity: 0.7;
			-webkit-transition: .2s;
			transition: opacity .2s;
		}
		
		.mySlider::-webkit-slider-thumb {
			-webkit-appearance: none;
			appearance: none;
			width: 25px;
			height: 25px;
			border-radius: 50%; 
			background: #707070;
			cursor: pointer;
		}
		
		.mySlider::-moz-range-thumb {
			width: 25px;
			height: 25px;
			border-radius: 50%;
			background: #707070;
			cursor: pointer;
		}
		.mySelectLabel {
			padding:0px;
			padding-left: 5px;
			line-height: 1.2;
			font-size: small;
		}

		.mySelect {
			position: relative;
			display: inline-block;
			vertical-align: middle;
		}
		
		.mySelect select {
			background-color:#fdfdfd;
			font-size: 18px;
			color: #333;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 25px;
			padding-right: 25px;
			border-radius: 5px;
			border: 1px solid;
			border-color: #c4c4c4;
					margin: 0;
			margin-bottom: 15px;			
			text-indent: 0.01px;
			text-overflow: initial;
			-webkit-appearance: button; /* hide default arrow in chrome OSX */
		}
		
		.mySelect::before,
		.mySelect::after {
			content: "";
			position: absolute;
			pointer-events: none;
		}
		
		.mySelect::after { /*	Custom dropdown arrow */
			/*content: "\25BC";*/
			height: 1em;
			font-size: .625em;
			line-height: 1.5;
			right: 1.2em;
			top: 50%;
			margin-top: -.5em;
		}
		
		.mySelect::before { /*	Custom dropdown arrow cover */
			width: 2em;
			height:43px;
			right: 0;
			top: 0;
			bottom: 0;
			border-radius: 0 3px 3px 0;
		}
		
		.mySelect select[disabled] {
			color: rgba(0,0,0,.3);
		}
		
		.mySelect select[disabled]::after {
			color: rgba(0,0,0,.1);
		}
		
		.mySelect::before {
			background-color: rgba(0,0,0,.15);
		}
		
		.mySelect::after {
			color: rgba(0,0,0,.4);
		}
	
		.tlfTable {
			display: table;
			border: none;
			margin:0em;
			padding:0em;
		}
		
		.tlfRow {
			display: table-row;
			border: none;
			border: 1px solid #ffff00;
			border: none;
			padding:0em;
			margin: 0em;
		}
		
		.tlfCell {
			border: 1px solid #0000ff;
			border: none;
			display: table-cell;
			margin: 0px;
			padding:0em;
			margin-left:0.5em;
			text-align: left;
		}

		.myRadio {
			top: 0;
			left: 0;
			height: 25px;
			width: 25px;
			background-color: #eee;
			border-radius: 50%;			
		}

		.myRadioLabel {
			background-color:#fdfdfd;
			font-size: 18px;
			color: #333;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 25px;
			padding-right: 25px;
			border-radius: 5px;
			border: 1px solid;
			border-color: #c4c4c4;
			margin: 0;
			margin-bottom: 15px;			
			text-indent: 0.01px;
			text-overflow: initial;
			line-height: 3;
    }




/*
Poppins
Roboto Mono
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
  font-family: 'Poppins', sans-serif;
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300;1,400&display=swap');
droid-serif
*/
@import url("https://use.typekit.net/trm5vrr.css");
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'droid-serif', serif, monospace;
}
body{
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #98c1bc;
}
::selection{
  color: #fff;
  background: #98c1bc;
}
.wrapper{
  width: 750px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.05);
}
.wrapper .input-field{
  opacity: 0;
  z-index: -999;
  position: absolute;
}
.wrapper .content-box{
  padding: 13px 20px 0;
  border-radius: 10px;
  border: 1px solid #bfbfbf;
}
.content-box .typing-text{
  overflow: hidden;
  max-height: 800px;
}
.typing-text::-webkit-scrollbar{
  width: 0;
}
.typing-text p{
  font-size: 16px;
  text-align: justify;
  letter-spacing: 1px;
  word-break: break-all;
}
.typing-text p span{
  position: relative;
  display: inline-block;
  padding-left:4px;
  padding-right:2px;
  min-width:14px;
}
.typing-text p span.correct{
  color: #268a7e;
}
.typing-text p span.incorrect{
  color: #cb3439;
  outline: 1px solid #fff;
  background: #ffc0cb;
  border-radius: 4px;
}
.typing-text p span.active{
  color: #5d7dc0;
  background: #cae0d6;
}
.typing-text p span.active::before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 5px;
  background: #98c1bc;
}
/*  animation: blink 1s ease-in-out infinite; */

@keyframes blink{
  50%{ 
    opacity: 1; 
  }
}
.content-box .content{
  margin-top: 17px;
  display: flex;
  padding: 12px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #bfbfbf;
}
.content button{
  outline: none;
  border: none;
  width: 105px;
  color: #fff;
  padding: 8px 0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  background: #98c1bc;
  transition: transform 0.3s ease;
}
.content button:active{
  transform: scale(0.97);
}
.content .result-details{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 140px);
  justify-content: space-between;
}
.result-details li{
  display: flex;
  height: 20px;
  list-style: none;
  position: relative;
  align-items: center;
}
.result-details li:not(:first-child){
  padding-left: 22px;
  border-left: 1px solid #bfbfbf;
}
.result-details li p{
  font-size: 19px;
}
.result-details li span{
  display: block;
  font-size: 20px;
  margin-left: 10px;
}
li span b{
  font-weight: 500;
}
li:not(:first-child) span{
  font-weight: 500;
}
@media (max-width: 745px) {
  .wrapper{
    padding: 20px;
  }
  .content-box .content{
    padding: 20px 0;
  }
  .content-box .typing-text{
    max-height: 100%;
  }
  .typing-text p{
    font-size: 15px;
    text-align: left;
  }
  .content button{
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
    margin-top: 20px;
  }
  .content .result-details{
    width: 100%;
  }
  .result-details li:not(:first-child){
    border-left: 0;
    padding: 0;
  }
  .result-details li p, 
  .result-details li span{
    font-size: 17px;
  }
}
@media (max-width: 518px) {
  .wrapper .content-box{
    padding: 10px 15px 0;
  }
  .typing-text p{
    font-size: 18px;
  }
  .result-details li{
    margin-bottom: 10px;
  }
  .content button{
    margin-top: 10px;
  }
}