/** WP OVERRIDES */
.contentContainerCenter table th {
   color: inherit;
}

img.lessonHeaderImage {
   float: left;
}
.lessonHeader{
   float: left;
   margin-left: 30px;
   width: 600px;
}
.lessonHeaderText {
   line-height: 1.7;
}
table.lessonData {
   width: 100%;
}
table.lessonData .dark th, table.lessonData .dark td {
   background: #D6E4EF;
}
table.lessonData .description th, table.lessonData .description td {
   background: #D6E4EF;
}
table.lessonData .description td {
   padding-left: 20px;
}
table.lessonData .light th, table.lessonData .light td {
   background: #E8F1F8;
}
table.lessonData .light td ul {
   margin-top: 0px;
}
table.lessonData .light td div {
   margin: 10px 0 0 13px;
}
table.lessonData .light td {
   padding-top: 0px;
}
table.lessonData th {
   border-left-width: 0px;
   text-align: center;
   width: 150px;
   vertical-align: text-top;
   padding-top: 10px;
}
form.lessonForm {
   text-align: center;
}
.oregonException, .revisedCourse {
   color: #FF0000;
}
.notice {
   font-weight: bold;
}
.freeLesson {
   background-color: #E8F1F8;
   border: 1px solid #0E2543;
   border-radius: 8px;
   color: #EB113D;
   margin: 5px auto;
   padding: 20px;
   text-align: center;
   width: 500px;
}
.freeLesson p {
   margin-top: 0px;
   font-weight: bold;
}
.freeLessonOr {
   font-weight: bold;
   text-align: center;
}
.return {
   display: none;
}
.levelAdvanced {
   color: #FF0000;
}
.levelIntermediate {
   background-color: #FFFF00;
}
