.mainarea {
	color:#000;
	font-size: 1em;
	font-family: Verdana;

}

.hdln {
	font-size: 1.3em;
	margin-bottom:5px;
}

.ind {
	margin-left: 25px;
}

.emph {
	font-size:1.2em;
}

.blu {
	color:#244C80;
}

.rd {
	color:#FF0000;
}

.grn {
	color:#008800;
}

.ppl {
	color:#800080;
}

.buttexpl {
	color:#000;
	font-size: 1em;
	font-family: arial;
	display: inline-block;
	background-image: url("../images/cloudsbig.jpg");
	background-size: cover;
	border: 1px #244C80 solid;
	border-radius: 7px;
	margin:0px 0px 20px 55px;
	height:48px;
	width:102px;
	overflow:hidden;
	position: relative;
	cursor:pointer;
	transition: all .6s;
	padding:0px;
}

.explbutt, .explbody, .clsbox {
	padding:0px 15px;
	transition: opacity .6s;
}

.explbutt {
	opacity: 1;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding:15px;
	color:#244C80;
}

.expwrap {
	display:inline-block;
}

.explbody {
	display:inline-block;
	white-space: nowrap;
	max-width: 100%;
}

.explpic {
	height: 3.5em;
	max-width: 90%;
}

.explpic img {
	height:100%;
	max-width: 100%;
}

.clsbox {
	text-align: right;
	opacity:0;
	width:90%;
	color:red;
	cursor:pointer;
	position:relative;
	top:-2em;
	z-index: 1;
}

#nxtbut {
	margin-left: 20px;
	background-color: red;
	color:white;
	padding:5px;
	border:1px black solid;
	border-radius: 5px;
	font-size: .8em;
	cursor:pointer;
	position:relative;
	transition: all .3s;
}

.buttup {
	box-shadow: 2px 2px #AAA;
}

.pshd {
	top:2px;
	left:2px;
	box-shadow: 0px 0px #AAA;
}

.navlab {
	color: #244C80;
	text-align: center;
	margin-bottom: 10px;
}

.EGbutbox {
	margin:5px auto;
	text-align: center;
}

#prv, #nxt {
	margin:0 100px;
}

@media screen and (max-width: 690px) {
.mainarea {
	margin:15px 10px 5px 10px;
}

.explbox {
	margin-left: 0;
}

.buttexpl {
	margin: 0 0 20px 20px;
	max-width: 80%;
}

.ansbox {
	font-size: .8em;
	width:100%;
	margin:10px;
	height: 2em;
}

.ind {
	margin-left: 10px;
}

.explbody {
	font-size: .7em;
}

#prv, #nxt {
	margin:0 20px;
}
} 