body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}



.page_wrap{
	width:900px;
	margin:0px auto;
	border-left:2px solid #f7dd17;
	border-right:2px solid #f7dd17;
}

.page_wrap .header{
	width:100%;
	background-color: #000;
	text-align: right;
}

.page_wrap .content{
	padding:20px;
}

.page_wrap .footer{
	height:30px;
	width:100%;
	background-color: #000;
}




.test-question-list {
  /* counter-reset:item; */
}
 
.test-question-text{
	padding: 10px 0px 20px 0px;
}


.test-question-answer-list li input{
	margin-left: -40px;
	margin-right: 30px;
}

div.view_test ol li ul{
	padding: 5px 0px 0px 30px;
	list-style-type: upper-alpha;
	margin-left: 20px;
}

div.view_test ol li ul li{
	padding: 0px 0px;
}

div.view_test .name{
	font-weight:bold;
	font-size:2em;
}

/* certficate stules */

div.cert_wrap{
width: 900px;
/* border: 2px solid #000; */
/* height: 600px; */
max-width: 900px;
}

div.cert_content{
height: 100%;
/* width: 100%; */
/* background-color: #014373; */
position: relative;
}

img.cert-image{

max-width: 100%;
}
div.cert_name{
position: absolute;
top: 230px;
width: 100%;
left: 0;
text-align: center;
font-size: 30pt;
}

div.cert_number{
position: absolute;
top: 565px;
width: 100%;
left: 0;
text-align: center;
font-size: 30pt;
}

@media print {
	    div.cert_name{
	position: absolute;
top: 230px;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 30pt;
	}

	div.cert_number{
	position: absolute;
top: 565px;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 30pt;
	}
}

.already-taken{
	font-weight: bold;
font-size: 2em;
}