body p{
/* font-family: Helvetica, Arial, Sans; */
/*	font-family: Lato, sans-serif;*/
/* font-size: 16px;
font-weight: 400;
line-height: 1.5; */

}
.anchor { padding-top: 50px; };
.aQuestion{
/*    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;*/
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .comments-area {
  max-width: 750px;
}
table.moduleList {
  width: 98%;
  margin-top: 20px;
  background: white;
  padding: 1%;
  border: 2px solid #000;
}
table.moduleList th, table.moduleList td{
  border-bottom: 1px solid #ddd;
}

table.moduleItemList {
  width: 98%;
  margin-top: 20px;
  background: white;
  padding: 1%;
  border: 2px solid #000;
}

h5.questionTitle{
    display:inline;
}

.questionverdict {
  border: thin solid #eee;
  margin: 10px 0;
  padding: 5px;
}

.moduleDescription {
  margin-bottom: 10px;
  padding: 5px 10px 20px 10px;
  border-radius: 5px;
  border: 1px solid #aaa;
  background: #ebf5ff;
}

.aQuestion {
    margin-bottom: 10px;
    padding: 5px 10px 20px 10px;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: #ffffff;
}


.aQuestionPart {
  padding: 5px 0 5px 0;
}
.questionText {
 margin-bottom:20px;
}

.printUnitsInstruct {
  display: none;
}

.partletter { padding: 2px; /* border: 0px solid black; background: #ddedfb;  */margin-right: 5px;}

hr
{height:1px;border:none;color:#333;background-color:#333;}

.numericAnswerBox {
    font-family: Courier, monospace;
    margin-right: 10px;
    width: 40%;
}

.textAnswerBox{
  width: 80%;
  margin-bottom: 20px;
  font-family: Courier, monospace;
}

.incorrect {
color:red;
}

.correct {
    color:black;
}

.boxedAnswer {
    border: thin solid #AAAAAA;
    padding: 5px;
    font-family: Courier, monospace;

}


.table-of-data{
  font-family: Courier, monospace;
}

.correctBox, input.correctBox {
  border: thin solid green;
  background: #f4fff7;
}
div.correctBox{
  padding-left:5px;
}

.qscore {

}

.responseInfo{
  background:#F4F4F4;
  font-size:.6em;
  color:#5c5c5c;
  width:35%;
  padding: 5px;
  margin: 10px 0 0 0 ;
  border-radius: 5px;
  font-family: Courier, monospace;
}
.responseInfo p {
  font-family: Courier, monospace;
}
.previousAttemptsBox {
  border-top: thin solid #ddd;
}

.qStats {
}
.questionImage {
 padding-bottom: 20px;
}

.units {
 margin-right:3%;
}

 /* th#total {
    width: 200px;
    color:blue;
} */

table.scoreSheet {
    width: 100%;
 font-size: .7em;
 background: #fff;
}

.hidethis {
	visibility: hidden;
  display:none;
}

.previousAttemptsBox {
	font-family: Courier, monospace;
}

.answerFormula {
	border:thin solid #6F6F6F;
	color: #6F6F6F;
	padding: 5px;
}
body {counter-reset:section;}

h5:before
{
counter-increment:section;
content:counter(section) ". ";
    font-weight:bold;
}

.hintbutton,.solbutton {

	margin-top: 5px;
	color: #000;
	background-color: #aaa;
	border-color: #000;
	display: block;
	padding: 3px 4px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 9em;
}

.hintbutton:hover,.solbutton:hover {

	color: #000;
	background-color:#ddd;
}

/*Modal Window things*/

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
/*   border-radius: 6px; */
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}

.comment-metadata {
  padding-left:0px;
}
.comments-area {
  margin-top:10px;
}

.comment-response {

}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}



@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.solution {
clear: both;
  margin: 1%;
  padding: 1%;
  border: thin solid #eee;

}
.solution p{
    font-size: .8em;
}
@media print {

  body p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  }
  p {
    margin-bottom: 0px;
  }
.printUnitsInstruct {
  display: inline;
}

	.questionImage{
		max-height:200px;
    float: left;
    padding: 10px;
	}
  .questionText {
   margin:0px;
   padding: 0px;
  }
  .aQuestion {
    padding: 3px 0 3px 0;
    margin: 0;
    clear:both;
  }
  .aQuestionPart {
    page-break-inside: avoid;
  }

  .questionTitle {
    page-break-after: avoid;

  }
  .numericAnswerBox {
    width: 10%;
  }

  .qStats, .previousAttemptsBox, .solbutton, .questionverdict, .numericAnswerBox, .textAnswerBox,.units {
    display:none; visibility:hidden;
  }

  h5.questionTitle, h4.questionTitle {
    font-size: 12px;
  }

    input[type="submit"] {
        display:none;
    }
    .attempCounts {display:none;}
    .attempCounts,
    /* .numericAnswerBox, */
    #secondary, #masthead, .hintbutton
    {display:none;
        visibility:hidden;}

    .aQuestion {
        border-bottom:none;
    }
    .comment-respond {
      display:none;
    }

    .comment-edit-link {
      display:none;
    }


}
