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

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

.explbox {
	margin-left: 15px;
	width:100%;
}

.expropbox {
	display:none;
	flex-wrap: nowrap;
}

.tbwrap {
	width:100%;
}

.arbox {
	display: inline-block;
	width:0px;
	overflow: hidden;
	transition: width 0.4s;
}

.senttbl, .modtbl {
	margin-left: 10%;
	width:90%;
	display:table;
}

.ind2 {
	padding-left: 15px;
}

.senttbl tr, .modtbl tr {
	width:100%;
}

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

.senttbl td {
	width:33%;
}

.modtbl td {
	width:33%;
}

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

.Bref {
	cursor:default;
}

#senboxbox {
	position:relative;
}

#p1 {
	font-weight: bold;
}

.sorrybox {
	position:absolute;
	bottom:-165px;
	left:10%;
	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;
}

.ansbox {
	height: 1.4em;
	width:80%;
	margin:10px;
	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;
}

.buttbox {
	margin-left: 20%;
}

.chsbutt {
	padding:5px;
	color:#244C80;
	background-image: url("../images/cloudsbig.jpg");
	border:1px #244C80 solid;
	border-radius: 5px;
	font-size: 1em;
	cursor:pointer;
	position:relative;
}

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

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

.senttbl td {
	width:20%;
	margin-bottom: 0px;
	padding:0px;
	font-size: .8em;
}

.modtbl td {
	width:33%;
/*	padding:5px*/;
	font-size: .8em;
}

#dir1, #dir2, #dir3, #dir4 {
	line-height: 1.6em;
	font-size: .8em
}

.sentbox {
	max-width: 100%;
}

.blurbwrap {
	max-width: 100%;
}

#sorrybox1 {
	left:20px;
}

.ind {
	margin-left: 15px;
}

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

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