
@media (max-width: 360px) {
	.exp3 img {
		height: 80px;
	}
}

#exp_3 td {
	text-align: left;
}

div.exp3_center {
	text-align: center;
	height: auto;
	vertical-align: top;
}

div.exp3 {
	display: inline-block;
	padding: 2px;
	margin: 2px;
	vertical-align: top;
}

.exp3 img
{
	height: 150px;
}

.numb {
	width: 10px;
	background-color: red;
	color: white;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: arial;

	width: 100%;
}

.container {
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: auto;
	min-width: 800px; 
	max-width: 950px; 
	padding: 10px;
	box-sizing: border-box;
}

#begin-btns {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#home-title {
	height: 70px;
	text-align: center;
	color: blue;
	display: block;
}

#home-title span {
	background-color: rgba(0,0,0,0.2);
	color: #000;
	font-size: 30px;
	padding: 10px 30px;
}

#begin-btns ul {
	margin-left: -30px;
	text-align: center;
}

#begin-btns ul li {
	display: inline-block;
	padding: 5px 5px;
}

#home-btns {
	display: none;
}

#home-btns button, #prev-next button, #home-btn button, table button, .gm-q button, .or-q button, #get-age button {
	padding: 5px 10px;
	border: 1px solid #d3dcd7;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	background-color: #d9534f;
	border-radius: 5px;
}

#begin-btns button:hover {
	color: white;
}

#home-btn {
	width: 95%;
	right: 5%;
	height: 50px;
}

#home-btn .home-clk {
	position: relative;
	float: right;
}

#prev-next {
	width: 90%;
	padding: 0 5%;
}

#voc-prev, #gm-prev, #or-prev {
	float: left;
}

#voc-next, #gm-next, #or-next {
	float: right;
}

#main-titles {
	width: 100%;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: 1px solid #333;
}

.voc-page, .gm-page, .or-page {
	font-size: 16px;
	color: #000;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

#l2_answer, #gm-answer, #gm-answer3, #gm-answer2, #or-answer2, .gm-answer {
	/* display: none; */
}

#voc-ans, #gm-ans1, #gm-ans2, #gm-ans3, #or-ans2 {
	width: 40px;
	height: 30px;
	border-radius: 50%;
	background-color: #ec8585;
	display: inline-block;
	position: relative;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

#page-one-left, #page-one-right {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
}

.voc-sub-title {
	font-size: 20px;
	padding: 10px 0px;
	text-align: left;
	font-weight:bold;
	color: #083e50;
}

.tb-left-align {
	text-align: left;
}

.gm-q, .or-q {
	font-size: 18px;
	line-height: 1.5;
}

.gm-page table, .or-page table {
	text-align: left;
}

.gm-q ul, .or-q ul {
	margin-left: -30px;
}

.gm-q ul li, .or-q ul li {
	display: block;
	text-align: left;
}

.gm-q ul li input, .or-q ul li input, .voc-page input[type="text"], .gm-page input[type="text"], .or-page input[type="text"] {
	border: none;
	border-bottom: 1px solid gray;
	text-align: center;
	font-size:18px;
	box-sizing:border-box;
	width: 150px;
}

.gm-q ul li input:focus, .or-q ul li input:focus, .gm-page input[type="text"]:focus, .or-page input[type="text"]:focus {
	background-color: #ecca9d;
}

.tbl-left, table {
	font-size: 18px;
}

#get-age {
	text-align: center;
}

#get-age input {
	width: 150px;
	height: 30px;
	border-radius: 5px;
	border: inherit;
	text-align: center;
}

@media (max-width: 767px) {
	#page-one-left, #page-one-right {
		clear: left;
		width: 100%;
	}
}

.correctText {
	/* background-color: #e9fed6; */
	background-color: #ffffff;
	/* pointer-events: none; */
}

.wrongText {
	/* background-color: #ffd8dc; */
	background-color: #ffffff;
	/* pointer-events: none; */
}

.buttonHolder {
	width: 99%;
}

.buttonCont {
	text-align: left;
}

.buttonHolder {
	height: 34px;
	display: inline-block;
	margin-top: 10px;
		text-align: center;
}
.solution{
 background-color: #b6ecff;
 border-bottom: 1px solid #00bdff;
 /* pointer-events: none; */
}
.msgPanel {
	margin-top: 10px;
	text-align: left;
	display:none;
}

table { border-spacing: 5px; }

th, td { padding: 5px; line-height: 1.5;}

.qno{
  background:#00618a;
  padding: 5px 10px;
  color: #fff;
}
#main-titles img{
    width: 500px;
    height: auto;
}
.scorePanel{
	padding: 0px 10px;
	text-align: left;
	font-size: 18px;
	color: #d9534f;
}

.pdfLink{
	color:blue;
	text-decoration:none;
}

.pdfLink:hover{
	text-decoration:underline;
}

.audioBtn{
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}

.disable_audio{
	opacity:0.5;
}
.voc-sub-title audio{
	width: 250px;
    vertical-align: middle;
}
.num{
	color: #ea5459;
}
.box {
	background: url(images/bg.png);
    background-size: 100% 100%;
    width: 800px;
    height: 230px;
    text-align: left;
    padding: 60px 20px 0px 50px;
}
.box1 {
	background: url(images/bg1.png);
    background-size: 100% 100%;
    width: 800px;
    height: 110px;
    text-align: left;
    padding: 49px 20px 0px 50px;
}
.box2 {
	background: url(images/bg1.png);
    background-size: 100% 100%;
    width: 800px;
    height: 120px;
    text-align: left;
    padding: 58px 20px 0px 50px;
}
.img1, .img2 {
	width: 100%;
}
textarea 
{
	/* background-image  :-webkit-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px); */
	/* background-image  :-moz-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px); */
	/* background-image  :-ms-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px); */
	/* background-image  :-o-linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px); */
	/* background-image  :linear-gradient(white, white 30px, #000 30px, #000 31px, white 31px); */
	background-size :100% 35px;
	border :2px solid #000;
	border-radius :8px;
	line-height :35px;
	font-family :Arial, Helvetica, Sans-serif;
	padding :3px;
	resize:none;
	height: 235px;
	text-align :left;
	font-size:18px;
	width :880px;
	vertical-align:middle;
}
.gm-validate {
	display: none;
}
.recordingsList {
	list-style-type: none;
}
ul audio {
	vertical-align: middle;
}
ul button {
	margin-left: 30px;
}
#gm_aq1, #gm_aq2, #gm_aq3 {
	display: none;
}