.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;
}

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

.explbox {
	margin-left: 15px;
}

.sentbox {
	display:flex;
	flex-direction: column;
	max-width: 75%;
}

.sentpic {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin:5px 0;
}

.senttbl {
	margin-left: 10%;
	width:80%;
}

.settbl tr {
	width:100%;
}

.senttbl th {
	width:20%;
	text-align: left;
}

.senttbl td {
	width:20%;
}

.sentmod1 {
	margin-left:12%;
	width:80%;
}

.sentmod1 tr {
	width:100%;
}

.sentmod1 td {
	width:20%;
}

.blurbwrap {
	max-width: 25%;
	margin:15px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blurb {
	color:#000;
	font-size: 1em;
	font-family: arial;
	display: inline-block;
	background-image: url("../images/cloudsbig.jpg");
	border: 1px #244C80 solid;
	border-radius: 7px;
	padding:15px;
	text-align: center;
}

.pracsent {
	margin-left: 20px;
	position:relative;
	cursor:pointer;
}

.pracsent div {
	cursor:pointer;
}

.expic {
	max-width: 100%;
}

.expic img {
	max-width:100%;
}
.Bref {
	cursor:default;
}

#sorryinfbox {
	position:absolute;
	top:100%;
	left:10px;
	display:none;
	color:#000;
	font-size: 1em;
	font-family: arial;
	background-image: url("../images/cloudsbig.jpg");
	border: 1px #244C80 solid;
	border-radius: 7px;
	padding:15px;
	z-index: 100;
}

#clsbox {
	text-align: right;
	width:100%;
	color:red;
	cursor:pointer;
}

#sorryinf {
	cursor:default;
	text-align:left;
}

.ansbox {
	height: 1.4em;
	width:50%;
	margin:25px;
	color:red;
	font-size: 1.4em;
	text-align: center;
}

#wrong, #corr, #good, #adjwrong {
	display:none;
}

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

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

ol {
	margin-left: 25px;
	color:#244C80;
	margin-top: 15px;
}

ol li {
	color:#244C80;
}

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

.explbox {
	margin-left: 0;
}

.senttbl {
	margin-left: 5px;
	border-spacing: 5px;
	width: 95%;
}

.sentmod1 {
	width:95%;
	margin-left: 20px;
}

.sentmod1 tr {
	width: 100%;
}

.senttbl th {
	width:20%;
	text-align: left;
	padding:5px;
}

.senttbl td {
	width:20%;
	margin-bottom: 10px;
	padding:5px;
}

.sentbox {
	max-width: 100%;
}

.blurbwrap {
	max-width: 100%;
}

#sorryinfbox {
	top:30%;
}
.ansbox {
	font-size: .8em;
	width:100%;
	margin:10px;
}

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