/* --------------- general --------------- */
* {margin:0; padding:0; border:0;}
html, body, #mainDiv {width: 100%; height: 100%;}
body {overflow:hidden;}
.clear {clear:both;}

/* --------------- design ---------------- */
.header {
  background:#174D20 !Important;
  color:White !Important;
  border:0 !Important;
}
.header h1 {
  text-align:center;
  font-size:18px;
  font-weight:bold;
  padding-bottom:10px;
}

.progressLabel {margin:0 !Important; text-align:center;}
.progress {width:200px;}
.sumBox {width:75px;}
.ageBox {width:60px;}
.jailBox {width:60px;}
.error {color:Red;}

.wordsearch {margin-right:50px; border:solid 2px black; width:300px; height:300px; text-align:center; font-size:18px;}

.client {padding-right:10px;}
.client li {margin-top:2px; list-style-position:inside; list-style-type:square;}
.client .instructions {
  font-weight:bold;
  line-height:19px;
  font-size:14px;
  margin-top:0px !Important;
  margin-bottom:10px !Important;
}
.client .freetext {width:400px;}
.client .choice {margin:7px 0 7px 25px; text-align:center; width:200px; float:right; border:1px solid #B9D1DB; background:#b6edcc; cursor:pointer;}
.client .choice p {margin:3px 0; height:40px; line-height:19px; font-size:14px;}

.client {font-size:14px;}
.client p {margin-top:10px !Important; margin-bottom:0px !Important;}


.footer {
  background:#174D20 !Important;
  color:White !Important;
  padding-top:10px !Important;
  text-align:center;
}
.footer .progressContainer {
  width:201px;
  margin:0 auto;
  margin-bottom:10px;
}
