/**new style**/
@media (max-width: 360px) {
    .exp3 img {
        height: 80px;
    }
}

#exp_3 td {
    text-align: left;
}

div.exp3_center {
    /*display: block;*/
    text-align: center;
    /**margin: 2% 10%;**/
    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: 1200px; 
    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;
    /* background-color: rgba(84, 142, 192, 0.7); */
}

#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 {
    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;
}

#page-one-left table, #page-one-right table, #voc-page-2 table, #voc-page-5 table, .gm-q, .or-q, .gm-page table, .or-page table {
    /* or margin: 0 auto 0 auto */
}

.voc-sub-title {
    font-size: 20px;
    padding: 10px 0px;
    text-align: left;
	font-weight:bold;
}

.tb-left-align {
    text-align: left;
}

.gm-q, .or-q {
    /*width: 50%;*/
    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;
	width: 450px !important;
}

.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: 450px;
}

.msgPanel {
}

.buttonCont {
    text-align: left;
}

.buttonHolder {
    /* width: 450px; */
    height: 34px;
    display: inline-block;
    margin-top: 10px;
	    text-align: center;
}
.solution{
 background-color: #b6ecff;
    border-bottom: 1px solid #00bdff;

}
.msgPanel {
    margin-top: 10px;
    text-align: left;
	display:none;
}

table { border-spacing: 5px; } /* cellspacing */

th, td { padding: 5px; line-height:2; } /* cellpadding */

.qno{
  color:#6f7071;
}

.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;
}