.skillCont{
    width: 510px;
    height: 328px;
    border: 2px solid #ccc;
    margin: 0px auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.questionPanel{
    width: 100%;
    height: 180px;
    border-bottom: 1px dotted;
    overflow: hidden;
}

.imagePanel{
    width: 240px;
    height: 100%;
    border-right: 2px solid #ccc;
    float: left;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}

.textPanel{
    width: 268px;
    height: 100%;
    float: left;
	position:relative;
}

.answerPanel{
    width: 100%;
    height: 146px;
}

.answerBlock{
	width: 166px;
	height: 144px;
	float: left;
	border: 2px solid transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

.text{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
margin: auto;
width: 250px;
height: 100px;
font-family: cursive;
font-size: 14px;
text-align: center;
color:#990000;
}

.viewText{
color: #0000ff;
font-weight: bold;
}

.instrctionText{
text-align:center;
}

.certficateCont{
    position:relative;
    width: 521px;
    height: 353px;
    margin: 0 auto;
    border: 2px solid #ccc;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    border-radius: 5px;
    color: #555;
    background-image: url('../assets/image/skilltest/evaluationBg.png');
	background-size:100%;
	display:none;
}

.certTitle{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 29px;
}

.certNamePanel{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.reportPanel{
    width: 226px;
    margin: 30px 0px 0px 49px;
    font-size: 14px;
    float: left;
}

.rowPanel{
    clear: both;
    padding: 8px;
}

.rowPanelLeft{
    float: left;
}

.rowPanelRight{
    float: right;
    border: 1px solid #000;
    width: 27px;
    text-align: center;
}

#cAns{
    text-align: center;
    border-bottom: 2px solid #333;
    margin: 6px auto 0px auto;
    width: 30px;
}

#tAns{
	text-align: center;
}

.outOf{
	width: 50px;
	height: 58px;
	float: right;
	margin: 50px 50px 0px 0px;
}

.skilltestIndex{
	 color: #ff6600;
	text-align: center;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

#certText{
	 position: absolute;
	left: 100px;
	top: 140px;
	color: #6A5C41;
	border: none;
	background-color: transparent;
	font-size: 18px;
	width: 315px; 
	outline:transparent;
}

#perct_txt{
	position: absolute;
    left: 204px;
    font-size: 32px;
    top: 228px;
    font-weight: bold;
    width: 130px;
    text-align: center;
}

.certficatePanel{
	display:none;
}

.retakeLink{
	text-align:center;
}

.specimen{
	    position: relative;
    width: 600px;
    display: block;
    margin: 0 auto;
}

.certLabel{
	text-align: center;
    font-size: 30px;
    position: absolute;
    width: 100%;
    top: 130px;
    font-family: times new roman;
    font-weight: bold;
}