.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;
	width:100%;
}

.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%;
	display: none;
	margin-bottom: 30px;
}

#tbllbl, #tbl1 {
	display:table;
}

.diro {
	visibility: hidden;
}

.senttbl tr {
	width:100%;
}

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

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

#v1 {
	color:red;
}

#s1 {
	color:blue;
}

.Bref {
	cursor:default;
}

#sorrybox1 {
	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;
}

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

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

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

.butlab {
	display: inline-block;
}

#NODObut {
	margin-left: 35px;
	background-image: url(../images/cloudsbig.jpg);
	color:#244C80;
	padding:5px;
	border:1px #244C80 solid;
	border-radius: 5px;
	font-size: 1em;
	cursor:pointer;
	position:relative;
	transition: all .3s;
}

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

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


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

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

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

.butlab {
	display: block;
	margin-bottom: 20px;
}

.senttbl th {
	width:20%;
	text-align: left;
	padding:5px;
/*	font-size: .8em;*/
}

.senttbl td {
	width:20%;
	margin-bottom: 10px;
	padding:5px;
/*	font-size: .8em;*/
}

.sentbox {
	max-width: 100%;
}

.blurbwrap {
	max-width: 100%;
}

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

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