

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
 background-color: #fff;
 font-size: 17px;
}

ol { list-style: none; }
ol li { font-weight: bold; margin-bottom: 1em; }

ol.alpha {
  list-style: upper-alpha;
}
ol.alpha li { font-weight: normal; }

ol.alpha, .lower {
  list-style: lower-alpha;
}

ol.numeric {
  list-style: decimal;
}
ol.numeric li { font-weight: normal; }

ul li { font-weight: bold; margin-bottom: 0.5em;}

.top-header {
  text-align: center;
}


.lesson-title {
  text-decoration:underline;
  font-weight:bold;
  font-size:1.5em;
  color: #8E2828;
  background-color: #D8E6E6;
  border: 1px solid black;
  padding: 10px;
}

.sectionheader { font-weight:bold; font-size:large; color: #FF0000; text-align:center; margin-bottom:10px;}
span.quote { font-weight:bold; font-style: italic; text-shadow: 1px 1px 1px #ccc; }
span.quote strong { color:#f00 }
.quote-italic { color:#555; font-weight: normal; }
.non-quote { font-style: normal; font-weight: normal; }
.notice-heading { text-align:center; color:#550000; }
.list-item-heading { font-weight:bold; color:#008833; }
.list { font-weight: bold; }
.note { background-color: #cccc33; border: 1px solid #000; font-weight:bold; margin: 1em; padding:1em; }
.note strong {
  text-shadow: 0.1px 0.1px 0.1px #000;
}
.note span.quote {
  text-shadow: none;
}
.mainpoint { background-color: #aa11aa; color: #ccff33; border: 1px solid #c00; font-weight:bold; margin: 1em; padding:1em; }
.concluding-point { background-color: #33cccc; border: 1px solid #c00; font-weight:bold; margin: 1em; padding:1em; }
.heading { color: #000; font-size: 1.1em; font-weight:bold; text-shadow: 1px 1px 1px #ccc; }
.large { font-size: 1.5em; }
.red { color: #f00; }
.blue { color: #00f; }
.center { text-align: center; }
.redheading { color: #f00; font-size: 1.1em; font-weight:bold;}
.blueheading { color: #00f; font-size: 1.1em; text-align:center;}
.questionheading { font-weight: bold; text-transform: uppercase; text-decoration: underline;}
.emphasize {
  font-weight: bold;
  color: #00a;
}

table.grid {
  border:1px solid black; border-spacing: 0;
}

table.grid>thead {
  background-color: #55f; color: #fff;
}

table.grid th {
  border:1px solid black;
}

table.grid td {
  border:1px solid black; padding: 8px;
}

.grid-cell {
  background-color: #ffa;
}
.grid-cell-alt {
  background-color: #acf;
}

.lbsBibleRef {
  white-space: nowrap;
}
 .error {
   color: #f00;
   font-weight: bold;
 }

input[type=text].valid {
  border: 1px solid green;
}

input[type=text].invalid {
  border: 1px solid red;
}

label.valid {
  border: 1px solid green;
}

label.invalid {
  border: 1px solid red;
}

img {
  max-width: 100%;
}

p,
blockquote,
ol,
ul {
  margin-top: 20px;
}

.container {
  width: 60%;
  margin: 0 auto;
}

.grade {
  color: #f00;
  font-weight: bold;
}

.correct-answer {
  color: #00f;
}

.wrong-answer {
  color: #f00;
}

.answer-comment {
  color: #40982D;
}

.grademark {
  font-weight: bold;
}

.wrong-mark {
  color: #f00;
}

.right-mark {
  color: #0f0;
}

.ok-mark {
  color: #f0f;
}

@media screen and (max-width: 980px) {
  .container {
    width: 90%;
  }
}
