#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;
	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 {
}

#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;
	width: 100%;
}

.gm-q ul, .or-q ul {
	margin-left: -30px;
}

.gm-q ul li, .or-q ul li {
	display: block;
	text-align: left;
}

.gm-page input[type="text"], .gm-page textarea  {
	/*text-align: center;*/
	font-size:18px;
	box-sizing:border-box;
	resize: none;
	line-height: 1.3
}

.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;
	width: 550px;
}

.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;
}

.wrongText {
	background-color: #ffd8dc;
}

.buttonHolder {
	width: 100%;
}

.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:2; }

.qno{
  background:#00618a;
  padding: 5px 10px;
  color: #fff;
}

.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: 46px;
    height: 46px;

    background-position: 0% 0%;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.audioBtn[data-playstatus="1"] {
    background-position: 100% 0;
}

.givenAns {
	font-weight: bold;
	font-style: italic;
}

textarea {
	vertical-align: middle;
    font-family: inherit;
    font-weight: normal;
    width: 100%;
    height: 350px;
    text-align: left;
    padding: 5px;
}

.oral_li td {
	line-height: 1;	
}

/* suggested answer */
#gm-validate { 
	display: none;
}

.oral_li tbody td {
	vertical-align: top;
	line-height: 32px;
}

img[src*="img"] {
	width: 920px;
}
.box {
	background: #f2f2f2;
	padding: 10px;
}