#qlist {
	text-align: center;
	padding-top: 100px;
	width: 740px;
}

.questioncontainer {
	padding-bottom: 30px;	
}

.questionnumber {
	float:left; 
	text-align: right; 
	width: 60px; 
	margin-right: 20px; 
	font-size: 22px; 
	font-family: Georgia; 
	font-weight: bold;
}

.question {
	/*float:left;*/
	width:660px; 
	font-size: 13px; 
	font-family: Georgia; 
	font-weight: bold; 
	padding: 0px; 
	text-align: left;
	padding-bottom: 10px;
}

.questiontitle {
	font-size: 13px; 
	font-family: Trebuchet MS; 
	font-weight: bold;
	padding-bottom: 0px; 
	font-size: 17px;
}

.questioninfo {
	font-size: 13px; 
	font-family: Trebuchet MS; 
	font-weight: bold;
	padding-bottom: 10px;
}

.multichoice {
	width: 660px;
	font-size: 15px;
	font-family: Trebuchet MS;
	font-weight: bold;
	padding: 0px;
	text-align: left;
}

.qlistpagerbar {
	margin: 0 auto;
	text-align: center;
}

.qlistpagenr {
	display: inline;
	padding: 40px; 
}

.questiondata .option {
	font-size: 13px; 
	font-family: Trebuchet MS; 
}

#qlist table, 
#qlist table tbody, 
#qlist table tbody tr{
	/*display: block;*/
}