html, body {
    margin: 0;
    padding: 0;
    font-family: arial;
    width: 100%;
}

.container {
    width: 930px;
    
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    /* max-width: 820px; */
    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, div 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;
    margin-right: 8px;
}

#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;
    margin-bottom: 5px;
    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;
	font-weight:bold;
    text-align: left;
	color: #083e50;
	display: none;
}

.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"] {
    /*background: transparent;*/
    border: none;
    border-bottom: 1px solid gray;
    text-align: center;
    font: inherit;
    width: 360px;
}

.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;
}

input[type="text"]:focus {
    background-color: #ecca9d;
}

select {
    border: 1px solid;
    text-align: center;
    font-size: 18px;
    width: 120px;
}

.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%;
    }
}

/*.voc-page input {
    width: 20px;
    height: 20px;
}*/

.buttonCont {
}

.buttonHolder {
width: 100%;
margin-top: 20px;
}

.msgPanel {
    width: 462px;
	display:none;
}

table { border-spacing: 5px; } /* cellspacing */

th, td { padding: 5px; } /* cellpadding */

.qno{
  background:#00618a;
  padding: 5px 10px;
  color: #fff;
  
}

.scorePanel{
    padding: 0px 10px;
    text-align: left;
    font-size: 18px;
    color: #d9534f;
	font-weight: bold;
}

.pdfLink{
	color:blue;
	text-decoration:none;
}

.pdfLink:hover{
	text-decoration:underline;
}

#ins {
    text-align: left;
	font-size:18px;
}

.drag {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #888;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
}

.drop {
    width: 120px;
}

.drag.ui-draggable-disabled {
    cursor: default;
    color: #808080;
}

table {
    border-collapse: collapse;
}

table#layout {
    text-align: left;
	width: 100%;
}

table td, table th {
    padding: 10px 5px;
}

.qrow > td {
    display: block;
    padding: 3px;
}

.tfj td, .tfj th {
    border: 1px solid black;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
	vertical-align:middle;
}


textarea {
    font: inherit;
    display: block;
    resize: none;
    width: 500px;
    height: 110px;
}

[data-correct="true"] {
    background-color: rgb(233, 254, 214);
}

[data-correct="false"] {
    background-color: rgb(255, 216, 220)
}

[data-correct="false"] {
    background-color: rgb(255, 216, 220)
}

textarea[data-solution][data-correct] {
    background-color: rgb(182, 236, 255);
}

textarea[data-solution="true"]:not([data-free="true"]), input[type="text"][data-solution="true"], select[data-solution="true"]{
    background-color: rgb(182, 236, 255);
}


.ta{
	width:99%;
	margin-top:10px;
}

.oral_li td {
    line-height: 32px;
}

.qrow {
	display: block;
	margin-top: 10px;
}

.rtitletxt {
	float: right;
	/* color: #10be8c; */
}
.rtxt {
	float: right;
}
.audioBtn {
	position: relative;
    display: inline-block;
    width: 90px;
    height: 75px;
    line-height: 78px;
	padding-right: 20px;
    background-image: url(audio.png);
    background-position: 0% 0%;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    color: #00618a;
    text-align: right;
    font-size: 16px;
    box-sizing: border-box;
	font-weight: bold;
}

.audioBtn[data-playstatus="1"] {
    background-position: 100% 0;
}