.test-playfield {
	position: relative;
	padding: 10px 60px 60px;
	font-size: 18px;
}

.test-playfield h1 {
	line-height: 48px;
	margin-top: 0;
}

/* timer */ 
.test-timer-wrapper {
	width: 210px;
	position: fixed; 
	bottom: 0px; 
	right: 0px;
    border-radius: 5px;
    padding: 5px 10px;
   	color: #333;
	background-color: #F3EFE0;
	outline: none;
	z-index: 100;
}

.test-timer-wrapper .test-timer {
	/*max-width: 500px;
	max-height: 150px;*/
}


.test-timer-wrapper h4 {
	text-align: center;
	margin-bottom: 0px;
}

.test-timer h4 {
	font-size: 9px !important; 
	line-height: 9px !important;
}
/* notes: need to sync these colors with the color of the numbers shown on the timer */ 
.test-timer .textDiv_Hours span {
	color: #9A3334;
}

.test-timer .textDiv_Minutes span {
	color: #333;
}

.test-timer .textDiv_Seconds span {
	color: #0099CC;
}



/* general */ 
.test-name {
    font-size: 42px;
    color: #0099CC;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 50px;
}

.test-part {
	margin: 40px 0 0 0;
}

.test-content .part-number {
	margin-bottom: 20px;
	text-align: left;
}

.test-content .test-directions {
	margin-bottom: 30px;
}

.test-content .directions, .test-content .example {
	margin-bottom: 20px;
}

.test-content .directions-label, .test-content .example-label {
	font-weight: bold;
}

.test-content .example img {
	max-width: 300px;
    display: block;
    margin: 0 auto;
}

.submit-test {
	margin-top: 30px;
}


/* request explanations */ 


/* mcq */ 

.mcq-wrapper {
	margin-bottom: 30px;	
	display: inline-block;
    vertical-align: top;
    width: 48%;
    max-width: 50%;
    padding: 10px 15px;
}

.mcq-wrapper .audio-player-wrapper {
	margin-bottom: 10px;
}

.test-content .question-num {
	display: inline-block; 
	vertical-align: top;
}

.test-content .question-content {
	display: inline-block;
	margin-bottom: 10px;
}

.empty-question-content {
	margin-bottom: 0;
}

.test-content .options-wrapper {
	margin: 0px 0 0 25px;
}

.test-content .options-wrapper label {
	font-weight: normal;
}

/* listening */ 
.test-content .audio-player-wrapper {
	margin: 20px 0;
}

.audio-player-wrapper .speed-adjustment-wrapper, 
.audio-player-wrapper .speed-adjustment-wrapper > li {
	display: inline-block;
	margin: 0;
}


.audio-player-wrapper audio, 
.audio-player-wrapper .speed-adjustment-wrapper, 
.audio-player-wrapper .speed-adjustment-wrapper li {
	vertical-align: middle;
}

.audio-player-wrapper .speed-adjustment-wrapper {
	font-size: 16px;
}

.audio-player-wrapper .speed-adjustment-wrapper .speed-select {
	border-radius: 3px;
}

#full-test-audio-wrapper .audio-icon {
    display: block;
    margin: 0 auto 30px;
    max-width: 100px;
}

.test-content .audio-icon, .audio-icon img {
	width: 100px;
	margin: 0px auto;
}
.test-content .audio-icon:hover {
	cursor: pointer;
}

.test-content .full-test-audio {
	width: 60%; 
	display: block;
	margin: 30px auto; 
}

/* hide the download button in html5 audio element on Chrome */ 
/* apply to both full tests and practice tests */ 
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


/* p1 */ 
/*#part-1*/ 
.p1-image {
    display: block;
    max-width: 430px;
    margin: 10px auto 0;
    vertical-align: top;
}

/* p2 */ 
/*#part-2*/ 
.you-will-also-hear .options-wrapper {
	display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

/* p6 */ 
.mcqg-wrapper { /* p6 & p7 */
	margin: 30px 0; 
}

.paragraph-p6 {
	border: 1px solid;
    padding: 20px;
    margin: 30px 0;
}

/*#part-6*/ 
.field-blank-wrapper {
	margin: 15px 0 0;
}

/* reading texts */ 
.reading-text-wrapper {
	width: 50%;
    float: left;
    vertical-align: top;
    
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    
    word-break: break-word;
}

.reading-text-wrapper.text-en {
	background-color: #f2fcfe;
	
}

.reading-text-wrapper.text-vi {
    background: #FDFCFC; /*#f1f1f1;	*/
}



/* p7, p8 */ 

/*#part-7 .paragraph, #part-8*/ 
.paragraph-p7 {
	margin: 30px 0;
	padding: 30px;
	
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    border: 2px solid #ebebeb;
    border-radius: 5px;
}

.paragraph-p7 h2, 
.paragraph-p7 h3 {
	margin-top: 0px;
}

table.has-borders, 
.paragraph-p7 table {
	width: 100% !important;
}

.paragraph-p7 table, 
.paragraph-p7 table td {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	/* text-align: center; */
	padding: 10px 20px;
	vertical-align: top;
}

/* all p7 & p8 defaults to having borders, similar to .table-borders from blog styles */ 
#part-7 table, 
#part-8 table {
	width: 100%;
	border: 2px solid #eeeef2; 
	border-collapse: collapse;
	margin-top: 30px;
    margin-bottom: 30px;
}

/* smaller paddings than blog posts */ 
#part-7 table tr td, 
#part-7 table tr th, 
#part-8 table tr td, 
#part-8 table tr th {
  border: 2px solid #eeeef2;
  padding: 7px 14px; 
}

#part-7 table tr th, 
#part-8 table tr th {
  color: #ffffff;
  background-color: #00baff; 
}



/*#part-7 .paragraph-subparagraph, #part-8*/ 
.paragraph-subparagraph {
	margin-bottom: 30px;
}

/*#part-7 .paragraph-sentence, #part-8*/ 
.paragraph-sentence {
    line-height: 27px;
}

.paragraph-sentence strong > span {
	font-weight: bold;
}

.reading-text-title {
	display: block;
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}

#practice-test-submit {
	margin-top: 45px;
}


@media only screen and (max-width: 767px) {
	article {
		width: auto;
	}
	
	.test-playfield {
		padding: 10px;
	}
	
	
	/* on mobile, we'd display only 1 col (instead of 2) */ 
	.mcq-wrapper, 
	.reading-text-wrapper {
		width: 100%; 
		max-width: 100%;
	}
	
	.mcq-wrapper {
		margin-bottom: 10px;
	}
	
	.reading-text-wrapper {
		margin: 0 auto;
	}
	
	
	
	.test-playfield img:not([alt="wink"]):not(.audio-icon):not(.no-scale):not(.avatar-img) {
		width: 100% !important;
	    height: 100% !important;
	}
	
	.mcqg-wrapper table, 
	.mcqg-wrapper table td {
	    width: 100% !important;
	}
	
	.paragraph-p7 {
		padding: 20px;
		margin: 10px auto;
	}
}

/* Scores & Explanations */ 

.register-for-exps-wrapper {
	margin: 30px auto;
	text-align: center;
    background-color: #f6f3d6;
    line-height: 1.3;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 20px 20px;
}

.register-for-exps-wrapper h3, 
.register-for-exps-wrapper h2 {
	margin-top: 10px;
	color: #33abe5;
}

.register-for-exps-wrapper .submit-btn {
	display: inline-block;
	margin: 10px auto 0;
}

.test-content .example .example-explanation {
	margin: 20px 0; 
}

.customer-answer-wrapper {
	margin: 10px 0 10px 0px;
}

.customer-answer-wrapper .correct-answer, .correct-option {
	color: #33abe5;
}

.customer-answer-wrapper .wrong-answer, 
.customer-answer-wrapper .empty-answer, 
.practice-test-wrong-count {
	color: #EE473B;
}

.customer-answer-wrapper .correct-answer, .customer-answer-wrapper .wrong-answer {
	font-size: 20px;
}

.customer-answer-wrapper .correct-icon, .customer-answer-wrapper .wrong-icon {
	max-width: 32px;
    margin-left: 10px;	
}
.customer-answer-wrapper .wrong-icon {
	vertical-align: bottom;
}

.mcq-wrapper .explanation, 
.request-explanation-wrapper {
	margin-top: 20px;
    background: #f1f1f1;
    padding: 10px;
    line-height: 30px;
    border-radius: 5px;
}

.mcq-wrapper .grammar-links-wrapper {
	margin: 20px auto;
    text-align: left;	
}

.mcq-wrapper .grammar-links-wrapper .title {
	text-decoration: underline;
}

.mcq-wrapper .grammar-links-wrapper ol {
    list-style: disc inside;
    margin: 5px 0 5px 20px;
}

.request-explanation-wrapper {
	margin: 20px 0 0;
	background: none;
	color: blue;
}

.request-explanation-wrapper .requested-exp {
	color: #666;
}

.request-explanation-wrapper .request-explanation-btn {
	padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}



/* Test report */ 

.score-report {
	list-style: none;
	border: 1px solid;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
    background-color: #FDFCFC;
    border: 2px solid #9298B6;
}

.score-report li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.score-report .personal-info {
	width: 30%;
	margin: 60px 0;
	text-align: center;
}

.score-report .personal-info div {
	margin-bottom: 10px;
}


.score-report .personal-info .name {
	font-size: 18px;
    font-weight: bold;
}

.score-report .component-scores {
	width: 40%;
}

.score-report .total-score {
	width: 28%;
}


.score-report li.component-scores {
	border-left: 1.2px solid #333;
	border-right: 1.2px solid #333;
}

.score-report .score-label {
	font-size: 18px; 
	font-weight: bold; 
	color: #fff;
	background: #45407A; 
	padding: 5px 10px;
	max-width: 130px;
    margin: 0 auto;
}

.score-report .score-value {
    width: 50px;
    height: 45px;
    margin: 20px auto;
    padding: 0;
    
	font-size: 24px;
	border-radius: 50%;
	
    background: #fff;
    border: 2px solid #666;
    text-align: center;
}

.score-report .score-value.total-score {
    width: 70px;
    height: 60px;
    font-size: 36px;
}

.score-report .result-link {
	display: block;
	margin-top: -15px;
    margin-bottom: 15px;
}


/* test report details */ 

.test-report .part {
	display: none;
	margin-bottom: 20px;	
}

.test-report .part .part-name {
	font-size: 19px;
    color: #382110;
    margin: 30px 0 20px;
    line-height: 25px;
}


.test-report .part .detailed-results {
	margin-left: 80px;
	list-style: disc;
}

.test-report .part .part-score {
	font-size: 20px;
}

.test-report .part .part-correct-count {
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	/* score report */ 
	.score-report .personal-info {
		display: block;
	    width: 100%;
	    margin: 30px 0;
	}
	
	.score-report li.component-scores {
		width: 50%;
		vertical-align: middle;
	}
	
	.score-report .total-score {
		width: 45%;
		vertical-align: middle;
	}
}


/* List tests */ 
ul.tests-listing {
	list-style: none;
	margin-left: 20px;
}

#practice-tests-listing h3, 
#practice-tests-listing h4,
#practice-tests-listing a {
	display: inline-block;
}
#practice-tests-listing a {
    padding: 10px 15px;
    margin: 0 10px;
    font-size: 20px;
    float: right;
}
    
    
ul.tests-listing .test-time {
	display: inline-block;
	width: 150px;
}

ul.tests-listing .test-score-wrapper {
    display: inline-block;
    width: 60px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

ul.tests-listing > li {
	font-size: 18px;
	margin-bottom: 20px;
}

a.view-previous-results {
	display: inline-block; 
	font-size: 14px;
	margin-left: 20px;
	font-style: italic;
	color: #333;
}

a.view-previous-results:hover {
	text-decoration: underline;
}

/* List tests' results */ 
ul.results-listing {
	list-style: none;
	margin-top: 30px;
}

ul.results-listing li {
	font-size: 18px;
	margin-bottom: 10px;	
}

/* Practice tests */ 
.practice-test-score {
	color: #0099CC;
}

.practice-result-details {
	max-width: 340px; 
	margin: 0 auto;
	font-size: 20px;
	
}
.practice-result-details ul {
	list-style: inside; 
	margin-left: 40px;
}

#loading-wheel {
	text-align: center;
}

.view-vocab-lookup-instrs {
	padding: 5px 10px;
    background: #87c52e;
    border: 1px solid #87c52e;
    color: #fff;
}

.view-vocab-lookup-instrs:hover {
	color: #fff; 
	text-decoration: underline;
}

.vocab-lookup-instrs-wrapper .success-msg.style2 {
	background-color: #FDFCFC;
}






