.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, .su {
	color:#244C80;
}

.rd, .vb {
	color:#FF0000;
}

.grn, .do {
	color:#008800;
}

.ppl {
	color:#800080;
}

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

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

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

.ind2 {
	padding-left: 15px;
}

.mod {
	visibility: hidden;
}

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

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

.senttbl td, .modtbl td {
	width:33%;
}

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

#v1 {
	color:red;
}

#s1 {
	color:blue;
}

.Bref {
	cursor:default;
}

#senboxbox {
	position:relative;
}

#sorrybox1 {
	position:absolute;
	top:1.5em;
	left:50px;
	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;
}

#wrong, #corr, #notmod, #skelwr, #dir2, #dir3, #dir4 {
	display:none;
}

#dir1, #dir2, #dir3 {
	line-height: 2em;
}

.dirbox {
	height:2em;
}

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

.dirbox {
	font-size: .8em;
}

.senttbl {
	margin-left: 0;
	width: 100%;
}

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

.senttbl td, .modtbl td {
	width:20%;
	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;
}
} 