BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 13px;
	background-color: #cccccc;
}

.mainContainer {
	background-color: #ffffff;
	width: 90%;
    margin: 0 auto;
}
	/* container size varies on small viewport */
	@media only screen and (max-device-width : 590px) {	
		.mainContainer {
			width: 100%;
		}
	}
	@media only screen and (min-device-width : 837px) {	
		.mainContainer {
			width: 837px;
		}
	}
	
.footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color: #000000;
}


button, .pmaiBtn {
  background-color: #3e92dd;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  text-transform: uppercase;
}
	.smBtn {
  		padding: 8px 10px;
    	font-size: 11px;
    	border-radius: 16px;
	}
	 button:hover, .pmaiBtn:hover {
	  color:#ffffff;
      background-color: #404040;
	}

label:hover {
	cursor: pointer;
}


.bodyText {
	font-size : 13px;
	line-height: 140%;
}

H1 {
	font-size: 14px;
	color: #000000;
}

#pmaiInst {
	margin:0 auto;
	width:90%;
}
	#pmaiStartBtn {
		text-align:center;
		width:100%;
	}

#examContainer{
	width: 680px;
    margin: 0 auto;
	text-align: center;
	background-color:#ffffff;
}
	article {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}	
		.question {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size : 14px;
			font-weight: bold;
			color: #000000;
			background-color: #ffffff;
			padding: 8px;
			margin-top: 12px;
			text-align: left;
			border-top: #999 thin solid;
			display: grid; 
			grid-template-columns: 75px auto;
		}
		.questionNumber{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 20px;
			font-weight: bold;
		}
		.questionSubNumber{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;
		}
		.answerBlock {
			display: grid; 
			grid-template-columns: 200px;/*repeat(auto-fit, minmax(100px, 1fr))*/;
			justify-content: center;
			font-size: 12px;
			background-color: #ffffff;
			text-align:center;
			width: 100%;
			padding-top: 10px;
			padding-bottom: 10px;
		}
			.ansBtn {
				padding: 6px 8px;
				font-size: 11px;
				border-radius: 24px;
				height: 36px;
			}
			@media only screen and (max-device-width : 590px) {	/*  
				.answerBlock {
					grid-template-columns: 100px;
				}*/
			}
		#lastSlide {
			background-color:#ffffff;
		}
	
.error	{
	font-size : 14px;
	height: 30pt;
	color: #FF0000;
	font-weight: bold;
}

.super	{
	font-size: 7px; 
	vertical-align: 18%;
	text-decoration: none;
}


.radioBtn {
	border: 0;
	background: #ffffff;
}


ul{
	font-weight: normal;
	line-height: 130%;
	vertical-align: baseline;
}

	li{
		margin-top: 1em;
		vertical-align: text-bottom;
	}

.bodyLink	{  
	font-size: 10px; 
	color: Blue;
	line-height : 130%;
	text-decoration: underline;
}

.bodyLink:hover		{
	font-size: 10px; 
	color: Blue;
	line-height : 130%;
	text-decoration: highlight;
	background-color: #f9ebce;
}