#practice-room, #practice-record-room {
    border: 5px solid #1aa3e2;
	border-radius:10px;
	background:#fff;
}
#practice-review-room {
	width:480px;
    border: 5px solid #1aa3e2;
	border-radius:10px;
	background:#fff;
	margin:0 auto;
}
#question_header_practice {
	background:#1aa3e2;
    border-radius: 10px;

	padding:15px 15px 15px 0;
	margin:37px 0 40px 85px;
    
	width:627px;
	overflow:hidden;
	
    color:#fff;
	text-align: right;
	letter-spacing: 1px;
	font-size:15pt;
}
#record_header_practice{
	background:#1aa3e2;
    border-radius: 5px;

    padding:2px 5px 0px 0; 
	margin:37px 0 12px 85px;
    
	width:330px;
	overflow:hidden;
	
    color:#fff;
	text-align: right;
	letter-spacing: 1px;
	font-size:13pt;
}
#blue_counter_buble {
	width:101px;
	height:70px;
	display:inline-block;
	background: url('../img/blue_buble.png') no-repeat;
	position:absolute;
	margin-top:-26px;
	margin-left:41px;
	z-index:1;
	padding-left:36px;
	padding-top:33px;
	
	font-size:25pt;
	color:#fff;
}
#quest_box_practice {
	display:inline-block;
	vertical-align:top;

	width:40%;
	height:30%;

	padding:65px 0 0 35px;
	margin: -15px 5px 0px 90px;
	
	background: url('../img/blue_question_buble.png') no-repeat;
}
#quest_box_record_practice {
	height: 30%;
	padding: 65px 0 0 35px;
	margin: -15px 5px 0px 90px;
	background: url(../img/blue_question_buble.png) no-repeat;
}
#quest_box_practice div, #quest_box_record_practice div {
	font-weight:bolt;
	width:250px;
	height:182px;
	font-size:14pt;
}
#video_box_pr_frame{
	width:355px;
	height:265px;
    border: 5px solid #1aa3e2;
	display:inline-block;
	margin: 0 0 10px 55px;
}
#video_box_pr {
	width:355px;
	margin-top:33px;
    -webkit-transform: scaleY(1.33); 
 	-moz-transform: scaleY(1.33);
}
#playerObj {
	width:355px;
	height:265px;
}
#video_controls {
	margin:0px 0 10px 0;
	height:40px;
	padding-right:60px;
}
#video_controls div {
	display:inline-block;
	float:right;
	margin-left:5px;
}
#record_blue_counter_buble {
	width:50px;
	height:50px;
	display:inline-block;
	
	background: url('../img/blue_buble.png') no-repeat;
	background-size: 85%;
	
    position:absolute;
	margin:-12px 0 0 45px;
	z-index:1;
	padding: 15px 0 0 15px;
	
	font-size:12pt;
	color:#fff;
}
#recorderObj_pr{
	position:absolute;
	top:-250px;
	left:-450px;
	z-index:2;
}
#rec_pr{
	height:161px;
	width:215px;
	border: 3px solid #1aa3e2;
	display:inline-block;
	margin: 0px 0 0 18px;
	position:relative;
}

#rec_light_pr {
	border-radius:144px;
	width:12px;
	height:12px;
	background:red;
	margin: 17px 0 0 74px;
}
#rec_text_pr {
	width:85px;
	margin: 2px 0 0 37px;
	position:relative;
	text-align:center;
	font-size:9pt;
}
#back_button {
	margin: 0 0 10px 90px;
}
#back_button_rec img{
	margin: 0 0 10px 49px;
	cursor:hand;
}
#next_button_review {
	position:relative;
	cursor:hand;
}
#next_button_review img {
	height: 40; 
}
#hint {
	margin: 5px 0 10px 100px;
}
.cameratag_screen.cameratag_recording.cameratag_stop_recording {
	display:none !important;
}




@media screen and (max-width: 480px) {

	#practice-review-room {
		width:420px;
	}
		
/* 	#page_header {
		top:0;
	} */
		
	#page_footer {
		height: 0px;
		bottom:0;
	}
	
}


